Skip to content

Commit d07f923

Browse files
ci: use ubuntu-24.04
Replace ubuntu-latest with ubuntu-24.04 to pre-empt this future change.
1 parent 3045b6a commit d07f923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
jobs:
3434
cmake-linux:
3535
name: ${{ matrix.container }} ${{ matrix.compiler_mpi }} openmp=${{ matrix.openmp }} ${{ matrix.build_type }}
36-
runs-on: [ubuntu-latest]
36+
runs-on: [ubuntu-24.04]
3737
container: ${{ matrix.container }}
3838
strategy:
3939
matrix:

0 commit comments

Comments
 (0)