diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2023-10-05 22:32:36 +0200 |
---|---|---|
committer | Sergey V. Lobanov <sergey@lobanov.in> | 2023-10-05 22:32:36 +0200 |
commit | 2ce73b1e521ad9a79324ca48803149119fce6b79 (patch) | |
tree | f9dd95facc9516db2aa516aef1bf7c5c289d1f61 | |
parent | 68a5f8a179f94f85768527e04cdabf0712259fdf (diff) | |
download | accel-ppp-2ce73b1e521ad9a79324ca48803149119fce6b79.tar.gz accel-ppp-2ce73b1e521ad9a79324ca48803149119fce6b79.zip |
ci: fix debian13 image (use explicit name 'trixie' instead of sid)
-rw-r--r-- | .github/workflows/run-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 03c27319..87e39ab1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -27,7 +27,7 @@ jobs: format: qcow2 - distro: Debian13 - image: https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-generic-amd64-daily.tar.xz + image: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-generic-amd64-daily.tar.xz untar: true format: raw |