diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c5f623..447a544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,10 @@ jobs: - distro: archlinux platform: "linux/amd64" runs_on: "ubuntu-latest" - - distro: ubuntu + - distro: ubuntu-noble + platform: "linux/amd64" + runs_on: "ubuntu-latest" + - distro: ubuntu-resolute platform: "linux/amd64" runs_on: "ubuntu-latest" - distro: proxmox |
