Fix CI builds by upgrading to Debian Bullseye (#103)
* fix Debian's repository naming mess. * Tentatively upgrade Debian to bullseye.
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d878964..d1e0483 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
name: Run in the container
with:
arch: ${{ matrix.arch }}
- distro: stretch
+ distro: bullseye
shell: /bin/sh
dockerRunArgs: |
--volume "${PWD}:/bzip3"
