diff options
| author | Sergey V. Lobanov <sergey@lobanov.in> | 2026-09-11 01:41:57 +0300 |
|---|---|---|
| committer | Sergey V. Lobanov <sergey@lobanov.in> | 2026-09-11 20:58:01 +0300 |
| commit | b8af4865bd4c0bd33b895e9f5fe66bbe8ea33980 (patch) | |
| tree | 88e10c6c50ac89719dd7d59c57d81397bf167e9c /.github/workflows/run-tests.yml | |
| parent | 1ecdecbf7f31b2bfdd6f0c55a777e71cd3dcf37b (diff) | |
| download | accel-ppp-b8af4865bd4c0bd33b895e9f5fe66bbe8ea33980.tar.gz accel-ppp-b8af4865bd4c0bd33b895e9f5fe66bbe8ea33980.zip | |
ci: remove debian11 as EoL, add ubuntu 26:04
Diffstat (limited to '.github/workflows/run-tests.yml')
| -rw-r--r-- | .github/workflows/run-tests.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7ce55b6e..337e23df 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,6 +16,11 @@ jobs: fail-fast: false matrix: include: + - distro: Ubuntu-26.04 + image: https://cloud-images.ubuntu.com/resolute/current/resolute-server-cloudimg-amd64v3.img + untar: false + format: qcow2 + - distro: Ubuntu-24.04 image: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img untar: false @@ -36,11 +41,6 @@ jobs: untar: true format: raw - - distro: Debian11 - image: https://cdimage.debian.org/images/cloud/bullseye/latest/debian-11-generic-amd64.tar.xz - untar: true - format: raw - steps: - name: Check out repository code uses: actions/checkout@v4 |
