Skip to content

Commit

Permalink
Add Debian bookworm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed May 15, 2024
1 parent b5efdc8 commit 9114ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
release: [bullseye, sid]
release: [bookworm, bullseye, sid]
fail-fast: false
steps:
- name: Copy Repo Files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
release: [bullseye, sid]
release: [bookworm, bullseye, sid]
fail-fast: false
steps:
- name: Copy Repo Files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
release: [bullseye, sid]
release: [bookworm, bullseye, sid]
fail-fast: false
needs: create-release
steps:
Expand Down

0 comments on commit 9114ab1

Please sign in to comment.