Skip to content

Commit

Permalink
ci: drop Ubuntu18.04 and add Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed May 25, 2024
1 parent 3297db8 commit 6ecdd5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ task:
task:
name: Build Doxygen Documentation
container:
image: seladb/ubuntu1804:latest
image: seladb/ubuntu2204:latest
env:
- GITHUB_EMAIL: ENCRYPTED[ae4956ec74c9f329f7787cdfe3a6b5842870659275d0a9b513a0f6e64cd9c71cd2eb64219a9dc695f446fbd93c48fb04]
- GITHUB_TOKEN: ENCRYPTED[ab88249da2005c70f25f5910b08e907139f73bc0efb31a19b33f832e9e3bffe3cfc8e81932f21d7734c7aceca2a77188]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
strategy:
matrix:
include:
- image: ubuntu2404
python: python3
config-zstd: OFF
- image: ubuntu2204
python: python3
config-zstd: OFF
Expand All @@ -63,9 +66,6 @@ jobs:
- image: ubuntu2004
python: python3
config-zstd: OFF
- image: ubuntu1804
python: python3.8
config-zstd: OFF
- image: rhel93
python: python3
config-zstd: OFF
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
strategy:
matrix:
include:
- image: ubuntu2404
config-zstd: OFF
- image: ubuntu2204
config-zstd: OFF
- image: ubuntu2204-icpx
config-zstd: OFF
additional-flags: -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
- image: ubuntu2004
config-zstd: OFF
- image: ubuntu1804
config-zstd: OFF
- image: rhel93
config-zstd: OFF
- image: fedora37
Expand Down

0 comments on commit 6ecdd5d

Please sign in to comment.