@@ -27,11 +27,14 @@ jobs:
2727 strategy :
2828 fail-fast : false
2929 matrix :
30- os : [ubuntu-latest, windows-latest, macos-15-intel, macos-latest]
30+ # os: [ubuntu-latest, windows-latest, macos-15-intel, macos-latest]
31+ os : [macos-15-intel, macos-latest]
3132 compiler : [gcc]
3233 version : [12, latest] # Too expensive to test all versions
33- solver : [newuoa, cobyla, lincoa, bobyqa, uobyqa]
34- testdim : [small, big]
34+ solver : [uobyqa]
35+ testdim : [big]
36+ # solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
37+ # testdim: [small, big]
3538
3639 exclude :
3740 - os : windows-latest
@@ -102,10 +105,10 @@ jobs:
102105 with :
103106 compiler : ${{ matrix.compiler }}
104107 version : ${{ env.GFORTRAN_VERSION }}
105- - name : Set up Fortran for macOS latest # As of 20250816, fortran-lang/setup-fortran does not support macos-15
106- if : ${{ matrix.os == 'macos-latest' }}
107- run : |
108- sudo ln -sf $(which gfortran-${{ env.GFORTRAN_VERSION }}) $(dirname $(which gfortran-${{ env.GFORTRAN_VERSION }}))/gfortran
108+ # - name: Set up Fortran for macOS latest # As of 20250816, fortran-lang/setup-fortran does not support macos-15
109+ # if: ${{ matrix.os == 'macos-latest' }}
110+ # run: |
111+ # sudo ln -sf $(which gfortran-${{ env.GFORTRAN_VERSION }}) $(dirname $(which gfortran-${{ env.GFORTRAN_VERSION }}))/gfortran
109112
110113 - name : Check gfortran version
111114 shell : bash
0 commit comments