Skip to content

Commit

Permalink
Add CI for Ubuntu Noble (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored Jul 24, 2024
1 parent bf6a52a commit 60e1218
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
os: focal
- distro: humble
os: jammy
- distro: jazzy
os: noble
- distro: rolling
os: jammy
os: noble
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- os: jammy
distro: humble
vcs-file: .github/workflows/dependencies.repos
- os: jammy
- os: noble
distro: jazzy
vcs-file: .github/workflows/dependencies.repos
- os: noble
distro: rolling
vcs-file: .github/workflows/dependencies.repos
container:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- os: jammy
distro: humble
vcs-file: .github/workflows/dependencies.repos
- os: jammy
- os: noble
distro: jazzy
vcs-file: .github/workflows/dependencies.repos
- os: noble
distro: rolling
vcs-file: .github/workflows/dependencies.repos
container:
Expand Down

0 comments on commit 60e1218

Please sign in to comment.