Skip to content

Commit d956809

Browse files
authored
Merge pull request #55 from zoziha/fix-ci-2
ci: update workflow for macOS 13 and GFortran 13
2 parents 1f3bd16 + 92bd94f commit d956809

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/fpm.yml

+6-6
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-12]
12-
gcc_v: [11] # Version of GFortran we want to use.
11+
os: [ubuntu-latest, macos-13]
12+
gcc_v: [13] # Version of GFortran we want to use.
1313
include:
1414
- os: ubuntu-latest
1515
os-arch: linux-x86_64
1616

17-
- os: macos-12
17+
- os: macos-13
1818
os-arch: macos-x86_64
1919

2020
env:
@@ -98,8 +98,8 @@ jobs:
9898
fail-fast: false
9999

100100
env:
101-
FPM_FC: ifort
102-
FC: ifort
101+
FPM_FC: ifx
102+
FC: ifx
103103

104104
steps:
105105
- name: Checkout code
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: fpm build
131131
run: |
132-
ifort --version
132+
ifx --version
133133
fpm --version
134134
fpm build --profile debug --flag "-warn nointerfaces"
135135

0 commit comments

Comments
 (0)