From 067fae4210b24c16e8545db15eff2c0e7e485362 Mon Sep 17 00:00:00 2001 From: MFraters Date: Thu, 9 May 2024 09:18:02 -0400 Subject: [PATCH] Update and fix most ubuntu testers to 24.04. --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e7439904..a0bffc186 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} @@ -134,7 +134,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu-latest'] + os: ['ubuntu-24.04'] build_type: ['Debug'] runs-on: ${{ matrix.os }} @@ -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 }} @@ -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 @@ -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']