Skip to content

Commit 36d180a

Browse files
committed
Revert "ci: ubuntu-latest -> ubuntu-24.04"
This reverts commit fd3ebef.
1 parent 07f8e01 commit 36d180a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-24.04, macos-11, windows-latest]
25-
gcc_v: [10,11,12,13] # Version of GFortran we want to use.
24+
os: [ubuntu-latest, macos-11, windows-latest]
25+
gcc_v: [10,11,12] # Version of GFortran we want to use.
2626
include:
27-
- os: ubuntu-24.04
27+
- os: ubuntu-latest
2828
os-arch: linux-x86_64
2929
release-flags: --flag '--static -g -fbacktrace -O3'
3030

@@ -264,7 +264,7 @@ jobs:
264264

265265
upload-artifacts:
266266
if: ${{ github.event_name == 'release' && contains(github.ref, 'v') || github.event_name == 'push' }}
267-
runs-on: ubuntu-24.04
267+
runs-on: ubuntu-latest
268268
needs:
269269
- build
270270
- make-installer

.github/workflows/meta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
include:
32-
- os: ubuntu-24.04
32+
- os: ubuntu-latest
3333
mpi: intel
34-
- os: ubuntu-24.04
34+
- os: ubuntu-latest
3535
mpi: openmpi
36-
- os: ubuntu-24.04
36+
- os: ubuntu-latest
3737
mpi: mpich
3838
- os: macos-12
3939
mpi: openmpi

0 commit comments

Comments
 (0)