Skip to content

Commit

Permalink
ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Jul 30, 2024
1 parent ba4f46a commit 46ee7b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debian-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
strategy:
matrix:
codename: [buster, bullseye, bookworm, focal, jammy, lunar, mantic]
codename: [buster, bullseye, bookworm, focal, jammy, lunar, mantic, noble]
include:
- codename: buster
container: debian:buster
Expand All @@ -25,6 +25,8 @@ jobs:
container: ubuntu:lunar
- codename: mantic
container: ubuntu:mantic
- codename: noble
container: ubuntu:noble

runs-on: ubuntu-latest
container: ${{ matrix.container }}
Expand Down

0 comments on commit 46ee7b3

Please sign in to comment.