Skip to content

Commit 067fae4

Browse files
committed
Update and fix most ubuntu testers to 24.04.
1 parent ccb679d commit 067fae4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
os: ['ubuntu-latest','macos-12','macos-13']
68+
os: ['ubuntu-22.04', 'ubuntu-24.04','macos-12','macos-13']
6969
build_type: ['Release', 'Debug']
7070

7171
runs-on: ${{ matrix.os }}
@@ -134,7 +134,7 @@ jobs:
134134
strategy:
135135
fail-fast: false
136136
matrix:
137-
os: ['ubuntu-latest']
137+
os: ['ubuntu-24.04']
138138
build_type: ['Debug']
139139

140140
runs-on: ${{ matrix.os }}
@@ -218,7 +218,7 @@ jobs:
218218
strategy:
219219
fail-fast: false
220220
matrix:
221-
os: ['ubuntu-latest','macos-12','macos-13']
221+
os: ['ubuntu-24.04','macos-12','macos-13']
222222
build_type: ['Release']
223223

224224
runs-on: ${{ matrix.os }}
@@ -274,7 +274,7 @@ jobs:
274274
run: ctest -VV -C ${{ matrix.build_type }}
275275

276276
coverage:
277-
runs-on: ubuntu-latest
277+
runs-on: ubuntu-24.04
278278
steps:
279279
- uses: actions/checkout@v2
280280

@@ -340,7 +340,7 @@ jobs:
340340
strategy:
341341
fail-fast: false
342342
matrix:
343-
os: ['ubuntu-latest']
343+
os: ['ubuntu-24.04']
344344
cmake_version: ['2.8.12','3.16.x', '3.20.x']
345345
use_mpi: ['TRUE','FALSE']
346346
build_type: ['Release']

0 commit comments

Comments
 (0)