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 e15ca39 commit 82c0cd3Copy full SHA for 82c0cd3
.github/workflows/cmake.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
os: [ubuntu-latest, macos-latest]
19
toolchain:
20
- - {compiler: gcc, version: 11}
+ - {compiler: gcc, version: 14}
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-11]
12
- gcc_v: [10] # Version of GFortran we want to use.
+ os: [ubuntu-latest, macos-latest]
+ gcc_v: [14] # Version of GFortran we want to use.
13
14
15
os-arch: linux-x86_64
16
- - os: macos-11
+ - os: macos-latest
os-arch: macos-x86_64
env:
0 commit comments