Skip to content

Commit a947f0d

Browse files
committed
Gfortran 8 on macos12 is now depreciated
1 parent 24da89d commit a947f0d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/macos.yml

-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ jobs:
1010
os: [macos-12,macos-14]
1111
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1212
toolchain:
13-
- {compiler: gcc, version: 8}
1413
- {compiler: gcc, version: 9}
1514
- {compiler: gcc, version: 10}
1615
- {compiler: gcc, version: 11}
1716
- {compiler: gcc, version: 12}
1817
- {compiler: gcc, version: 13}
1918
exclude:
20-
- os: macos-14
21-
toolchain: {compiler: gcc, version: 8}
2219
- os: macos-14
2320
toolchain: {compiler: gcc, version: 9}
2421
- os: macos-14

docs/support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ These platforms are fully supported and all features should work. We test for al
99

1010
- x86_64/Linux/CPython
1111
- x86_64/MacOS/CPython
12-
- arm/MacOS/CPython (M-Chips)
12+
- arm/MacOS/CPython (M-Chips) (Only gfortan >=9)
1313
- x64/Windows/CPython (via Choco)
1414

1515

0 commit comments

Comments
 (0)