We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f3bd16 + 92bd94f commit d956809Copy full SHA for d956809
.github/workflows/fpm.yml
@@ -8,13 +8,13 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- os: [ubuntu-latest, macos-12]
12
- gcc_v: [11] # Version of GFortran we want to use.
+ os: [ubuntu-latest, macos-13]
+ gcc_v: [13] # Version of GFortran we want to use.
13
include:
14
- os: ubuntu-latest
15
os-arch: linux-x86_64
16
17
- - os: macos-12
+ - os: macos-13
18
os-arch: macos-x86_64
19
20
env:
@@ -98,8 +98,8 @@ jobs:
98
99
100
101
- FPM_FC: ifort
102
- FC: ifort
+ FPM_FC: ifx
+ FC: ifx
103
104
steps:
105
- name: Checkout code
@@ -129,7 +129,7 @@ jobs:
129
130
- name: fpm build
131
run: |
132
- ifort --version
+ ifx --version
133
fpm --version
134
fpm build --profile debug --flag "-warn nointerfaces"
135
0 commit comments