8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3815089 commit c70c1b2Copy full SHA for c70c1b2
.github/workflows/wheels.yml
@@ -131,9 +131,10 @@ jobs:
131
if: matrix.buildplat[0] == 'macos-13' || matrix.buildplat[0] == 'macos-14'
132
run: |
133
# Needed due to https://github.com/actions/runner-images/issues/3371
134
- echo "FC=gfortran-10" >> "$GITHUB_ENV"
135
- echo "F77=gfortran-10" >> "$GITHUB_ENV"
136
- echo "F90=gfortran-10" >> "$GITHUB_ENV"
+ # 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"
137
+ echo "F90=gfortran-13" >> "$GITHUB_ENV"
138
if [[ ${{ matrix.buildplat[2] }} == 'accelerate' ]]; then
139
# macosx_arm64 and macosx_x86_64 with accelerate
140
# only target Sonoma onwards
0 commit comments