diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c157ec6..c8a9609 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/docs/support.md b/docs/support.md index f9e56e2..b5828be 100644 --- a/docs/support.md +++ b/docs/support.md @@ -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)