diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-09 21:56:20 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-09 21:56:20 +0100 |
commit | 6e4e52b79b8f4da117805ccbf485b68708f70bad (patch) | |
tree | 793059ce9062755b18e6a36c9bce7c6e6503c11d | |
parent | 2187d6b3307258456f06976c39575de58d0b2bda (diff) | |
download | blogc-6e4e52b79b8f4da117805ccbf485b68708f70bad.tar.gz blogc-6e4e52b79b8f4da117805ccbf485b68708f70bad.tar.bz2 blogc-6e4e52b79b8f4da117805ccbf485b68708f70bad.zip |
build: actions: update debian/ubuntu releases
-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 |