Skip to content

Commit

Permalink
BLD: macos-12 image deprecated [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Oct 16, 2024
1 parent 1ea8b5e commit 475f0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
LIB_PATH=$(dirname $(gfortran --print-file-name libgfortran.dylib))
fi
if [[ ${{ matrix.buildplat[4] }} == '10.13' ]]; then
# 20240621 macos-12 images span Xcode 13.1-->14.2
XCODE_VER='13.4.1'
# 20241017 macos-13 images span Xcode 14.1-->15.2
XCODE_VER='14.1'
else
XCODE_VER='15.2'
fi
Expand Down

0 comments on commit 475f0d9

Please sign in to comment.