From 36d180aa1d44e699e36f45629a35affd25b76f33 Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Sun, 16 Jun 2024 13:34:34 -0500 Subject: [PATCH] Revert "ci: ubuntu-latest -> ubuntu-24.04" This reverts commit fd3ebeff3b7c4a71ad5897000b74c40d8833c90c. --- .github/workflows/CI.yml | 8 ++++---- .github/workflows/meta.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de8f3d18bb..16025d299a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,10 +21,10 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, macos-11, windows-latest] - gcc_v: [10,11,12,13] # Version of GFortran we want to use. + os: [ubuntu-latest, macos-11, windows-latest] + gcc_v: [10,11,12] # Version of GFortran we want to use. include: - - os: ubuntu-24.04 + - os: ubuntu-latest os-arch: linux-x86_64 release-flags: --flag '--static -g -fbacktrace -O3' @@ -264,7 +264,7 @@ jobs: upload-artifacts: if: ${{ github.event_name == 'release' && contains(github.ref, 'v') || github.event_name == 'push' }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest needs: - build - make-installer diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index 4b476be6f7..773978caea 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -29,11 +29,11 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-24.04 + - os: ubuntu-latest mpi: intel - - os: ubuntu-24.04 + - os: ubuntu-latest mpi: openmpi - - os: ubuntu-24.04 + - os: ubuntu-latest mpi: mpich - os: macos-12 mpi: openmpi