Skip to content

Commit 1d83fda

Browse files
Merge pull request #33 from ThomasDuvinage/CI
Add Ubuntu noble to CI
2 parents 700373f + 73c76f1 commit 1d83fda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
18+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest]
1919
build-type: [Debug, RelWithDebInfo]
2020
exclude:
2121
# No Debug build in Windows

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
deps: '["jrl-umi3218/SpaceVecAlg"]'
2424
matrix: |
2525
{
26-
"dist": ["bionic", "focal", "jammy"],
26+
"dist": ["bionic", "focal", "jammy", "noble"],
2727
"arch": ["amd64"],
2828
"include":
2929
[

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you want more features feel free to open an issue or submit a pull request. :
2020
Installing
2121
------
2222

23-
### Ubuntu LTS (16.04, 18.04, 20.04)
23+
### Ubuntu LTS (16.04, 18.04, 20.04, 22.04, 24.04)
2424

2525
You must first setup our package mirror:
2626

0 commit comments

Comments
 (0)