Skip to content

Commit

Permalink
Gfortran 8 on macos12 is now depreciated
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jun 21, 2024
1 parent 24da89d commit a947f0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
os: [macos-12,macos-14]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
toolchain:
- {compiler: gcc, version: 8}
- {compiler: gcc, version: 9}
- {compiler: gcc, version: 10}
- {compiler: gcc, version: 11}
- {compiler: gcc, version: 12}
- {compiler: gcc, version: 13}
exclude:
- os: macos-14
toolchain: {compiler: gcc, version: 8}
- os: macos-14
toolchain: {compiler: gcc, version: 9}
- os: macos-14
Expand Down
2 changes: 1 addition & 1 deletion docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ These platforms are fully supported and all features should work. We test for al

- x86_64/Linux/CPython
- x86_64/MacOS/CPython
- arm/MacOS/CPython (M-Chips)
- arm/MacOS/CPython (M-Chips) (Only gfortan >=9)
- x64/Windows/CPython (via Choco)


Expand Down

0 comments on commit a947f0d

Please sign in to comment.