Skip to content

Commit

Permalink
ci: Add support for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Jul 26, 2024
1 parent ccb5a27 commit 079700b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ jobs:
symbol: jammy,
arch: amd64
}

- {
name: ubuntu-24.04,
os: ubuntu,
symbol: noble,
arch: amd64
}

steps:
- name: Enable Docker Experimental Features
run: |
Expand Down

0 comments on commit 079700b

Please sign in to comment.