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 c70c1b2 commit e025120Copy full SHA for e025120
.github/workflows/free-threaded-wheels.yml
@@ -118,6 +118,11 @@ jobs:
118
- name: Setup macOS
119
if: matrix.buildplat[0] == 'macos-13' || matrix.buildplat[0] == 'macos-14'
120
run: |
121
+ # Needed due to https://github.com/actions/runner-images/issues/3371
122
+ # Supported versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
123
+ echo "FC=gfortran-13" >> "$GITHUB_ENV"
124
+ echo "F77=gfortran-13" >> "$GITHUB_ENV"
125
+ echo "F90=gfortran-13" >> "$GITHUB_ENV"
126
if [[ ${{ matrix.buildplat[2] }} == 'accelerate' ]]; then
127
# macosx_arm64 and macosx_x86_64 with accelerate
128
# only target Sonoma onwards
0 commit comments