From 6314d96a2c8ace8c02cf04364696f60ca5fb85e1 Mon Sep 17 00:00:00 2001 From: ThomasDuvinage Date: Wed, 5 Mar 2025 16:44:09 +0900 Subject: [PATCH 1/2] [CI] Add Ubuntu noble --- .github/workflows/build.yml | 2 +- .github/workflows/package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dda3b3..ed11ec7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-latest] + os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest] build-type: [Debug, RelWithDebInfo] exclude: # No Debug build in Windows diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 51fdb9f..9d466fd 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -23,7 +23,7 @@ jobs: deps: '["jrl-umi3218/SpaceVecAlg"]' matrix: | { - "dist": ["bionic", "focal", "jammy"], + "dist": ["bionic", "focal", "jammy", "noble"], "arch": ["amd64"], "include": [ From 73c76f10af56a8d9b4110848677c05d3516374b0 Mon Sep 17 00:00:00 2001 From: ThomasDuvinage Date: Wed, 5 Mar 2025 16:48:23 +0900 Subject: [PATCH 2/2] [readme] update Ubuntu versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acff4d0..ce67c28 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you want more features feel free to open an issue or submit a pull request. : Installing ------ -### Ubuntu LTS (16.04, 18.04, 20.04) +### Ubuntu LTS (16.04, 18.04, 20.04, 22.04, 24.04) You must first setup our package mirror: