Skip to content

Commit

Permalink
Add 24.04 runner (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield authored Aug 28, 2024
1 parent 5616b41 commit 8a13c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Run the tests on the Cartesian product of the following
matrix:
build_type: [ Assert, Release ]
ubuntu_version: [ 20.04, 22.04 ]
ubuntu_version: [ 20.04, 22.04, 24.04 ]

steps:
# Clone the repo and its submodules. Do shallow clone to save clone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTestMulti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Run the tests on the Cartesian product of the following
matrix:

OS: [ ubuntu-20.04, ubuntu-22.04 ]
OS: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
COMPILER: [ llvm, gcc ]
ENABLE_ASSERTIONS: [ ON, OFF ]
ENABLE_RTTI: [ ON, OFF ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTestPythons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Run the tests on the Cartesian product of the following
matrix:
build_type: [ Assert, Release ]
ubuntu_version: [ 20.04, 22.04 ]
ubuntu_version: [ 20.04, 22.04, 24.04 ]
python_version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]

steps:
Expand Down

0 comments on commit 8a13c67

Please sign in to comment.