Skip to content

Commit 94b9245

Browse files
committed
Revert "chore(CI): update CI to use {macos,gcc}-latest"
This reverts commit 82c0cd3.
1 parent 82c0cd3 commit 94b9245

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest]
1919
toolchain:
20-
- {compiler: gcc, version: 14}
20+
- {compiler: gcc, version: 11}
2121
- {compiler: intel-classic, version: '2021.9'}
2222
include:
2323
- os: ubuntu-latest

.github/workflows/fpm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-latest, macos-latest]
12-
gcc_v: [14] # Version of GFortran we want to use.
11+
os: [ubuntu-latest, macos-11]
12+
gcc_v: [10] # Version of GFortran we want to use.
1313
include:
1414
- os: ubuntu-latest
1515
os-arch: linux-x86_64
1616

17-
- os: macos-latest
17+
- os: macos-11
1818
os-arch: macos-x86_64
1919

2020
env:

0 commit comments

Comments
 (0)