Skip to content

Commit

Permalink
Revert "ci: ubuntu-latest -> ubuntu-24.04"
Browse files Browse the repository at this point in the history
This reverts commit fd3ebef.
  • Loading branch information
perazz committed Jun 16, 2024
1 parent 07f8e01 commit 36d180a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36d180a

Please sign in to comment.