Skip to content

Commit

Permalink
build.yml: upgrade bullseye -> bookworm.
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos authored Feb 16, 2025
1 parent 117cde7 commit 4688bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 4688bb8

Please sign in to comment.