8000 CI,MAINT: Bump gfortran version [wheel build] · numpy/numpy@c70c1b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c70c1b2

Browse files
HaoZekengoldbaum
andcommitted
CI,MAINT: Bump gfortran version [wheel build]
Co-authored-by: ngoldbaum <ngoldbaum@users.noreply.github.com>
1 parent 3815089 commit c70c1b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,10 @@ jobs:
131131
if: matrix.buildplat[0] == 'macos-13' || matrix.buildplat[0] == 'macos-14'
132132
run: |
133133
# 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"
134+
# Supported versions: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
135+
echo "FC=gfortran-13" >> "$GITHUB_ENV"
136+
echo "F77=gfortran-13" >> "$GITHUB_ENV"
137+
echo "F90=gfortran-13" >> "$GITHUB_ENV"
137138
if [[ ${{ matrix.buildplat[2] }} == 'accelerate' ]]; then
138139
# macosx_arm64 and macosx_x86_64 with accelerate
139140
# only target Sonoma onwards

0 commit comments

Comments
 (0)
0