Skip to content

Commit 0a390c9

Browse files
Remove MacOS
1 parent 93a8708 commit 0a390c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/fpm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-latest, macos-latest]
11+
os: [ubuntu-latest]
1212
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
18-
os-arch: macos-x86_64
19-
2017
env:
2118
FC: gfortran
2219
GCC_V: ${{ matrix.gcc_v }}

0 commit comments

Comments
 (0)