build.yml: upgrade bullseye -> bookworm.
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 272c7dc..c08d833 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
run: make roundtrip test
build-archs:
- name: Build Matrix for non-x86 architectures (Debian Stretch)
+ name: Build Matrix for non-x86 architectures (Debian Bookworm)
needs: [ dist ]
strategy:
fail-fast: false
@@ -88,7 +88,7 @@ jobs:
name: Run in the container
with:
arch: ${{ matrix.arch }}
- distro: bullseye
+ distro: bookworm
shell: /bin/sh
dockerRunArgs: |
--volume "${PWD}:/bzip3"
