diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/yatr.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/yatr.yaml b/.github/workflows/yatr.yaml index 6b1cc64..e6996db 100644 --- a/.github/workflows/yatr.yaml +++ b/.github/workflows/yatr.yaml @@ -28,10 +28,10 @@ jobs: - target: dist-srpm compiler: gcc image: ubuntu-20.04 - - target: deb-buster-amd64 + - target: deb-bullseye-amd64 compiler: gcc image: ubuntu-20.04 - - target: deb-bullseye-amd64 + - target: deb-bookworm-amd64 compiler: gcc image: ubuntu-20.04 - target: deb-sid-amd64 @@ -40,7 +40,7 @@ jobs: - target: deb-focal-amd64 compiler: gcc image: ubuntu-20.04 - - target: deb-groovy-amd64 + - target: deb-impish-amd64 compiler: gcc image: ubuntu-20.04 - target: static |