Skip to content

Commit

Permalink
Merge pull request #366 from MattKobayashi/debian-bookworm
Browse files Browse the repository at this point in the history
Add Debian `bookworm` runner
  • Loading branch information
myoung34 authored May 16, 2024
2 parents b5efdc8 + 9114ab1 commit a5aa5ce
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 a5aa5ce

Please sign in to comment.