We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c0cd3 commit 94b9245Copy full SHA for 94b9245
.github/workflows/cmake.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
os: [ubuntu-latest, macos-latest]
19
toolchain:
20
- - {compiler: gcc, version: 14}
+ - {compiler: gcc, version: 11}
21
- {compiler: intel-classic, version: '2021.9'}
22
include:
23
- os: ubuntu-latest
.github/workflows/fpm.yml
@@ -8,13 +8,13 @@ jobs:
8
strategy:
9
fail-fast: false
10
11
- os: [ubuntu-latest, macos-latest]
12
- gcc_v: [14] # Version of GFortran we want to use.
+ os: [ubuntu-latest, macos-11]
+ gcc_v: [10] # Version of GFortran we want to use.
13
14
15
os-arch: linux-x86_64
16
- - os: macos-latest
+ - os: macos-11
os-arch: macos-x86_64
env:
0 commit comments