Skip to content

Commit

Permalink
ci: update debian build/test from buster to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Sep 5, 2024
1 parent a1c7fb0 commit 299693a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fail-fast: false
matrix:
debian:
- buster
- bookworm
runs-on: ubuntu-latest
container: igwn/base:${{ matrix.debian }}
env:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
fail-fast: false
matrix:
debian:
- buster
- bookworm
runs-on: ubuntu-latest
container: igwn/base:${{ matrix.debian }}
env:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
fail-fast: false
matrix:
debian:
- buster
- bookworm
runs-on: ubuntu-latest
container: igwn/base:${{ matrix.debian }}
steps:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Download debian package
uses: actions/download-artifact@v4
with:
name: deb-buster
name: deb-bookworm

- name: Install lintian
run: |
Expand Down

0 comments on commit 299693a

Please sign in to comment.