Skip to content

Commit

Permalink
Update and fix most ubuntu testers to 24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Oct 14, 2024
1 parent ccb679d commit 067fae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest','macos-12','macos-13']
os: ['ubuntu-22.04', 'ubuntu-24.04','macos-12','macos-13']
build_type: ['Release', 'Debug']

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
os: ['ubuntu-24.04']
build_type: ['Debug']

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest','macos-12','macos-13']
os: ['ubuntu-24.04','macos-12','macos-13']
build_type: ['Release']

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
run: ctest -VV -C ${{ matrix.build_type }}

coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
os: ['ubuntu-24.04']
cmake_version: ['2.8.12','3.16.x', '3.20.x']
use_mpi: ['TRUE','FALSE']
build_type: ['Release']
Expand Down

0 comments on commit 067fae4

Please sign in to comment.