diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5b6acb2..3e3aaf6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -126,9 +126,9 @@ jobs: run: | # Needed due to https://github.com/actions/runner-images/issues/3371 # Supported versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md - echo "FC=gfortran-13" >> "$GITHUB_ENV" - echo "F77=gfortran-13" >> "$GITHUB_ENV" - echo "F90=gfortran-13" >> "$GITHUB_ENV" + echo "FC=gfortran-15" >> "$GITHUB_ENV" + echo "F77=gfortran-15" >> "$GITHUB_ENV" + echo "F90=gfortran-15" >> "$GITHUB_ENV" if [[ ${{ matrix.buildplat[2] }} == 'accelerate' ]]; then # Builds with Accelerate only target macOS>=14.0