diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-07 12:05:55 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-07 12:16:54 +0200 |
| commit | 3698f8103a053085c84f9c48fa450de4aa979f84 (patch) | |
| tree | 157a6985a97742e9ee6a4c8251072e6147e360e3 /.github/workflows | |
| parent | de4eb5c348a7b5dd39ae2825125fd2ba431c4d03 (diff) | |
Add testing for ubuntu 26.4
Diffstat (limited to '.github/workflows')
| -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 |
