Skip to content

Commit

Permalink
CI/BLD: update macos version [wheel build][skip cirrus]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Apr 18, 2024
1 parent 4130af3 commit 95e61e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# so easier to separate out here.
- [ubuntu-22.04, manylinux, x86_64]
- [ubuntu-22.04, musllinux, x86_64]
- [macos-11, macosx, x86_64]
- [macos-13, macosx, x86_64]
- [macos-14, macosx, arm64]
- [windows-2019, win, AMD64]

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: ${{ runner.os == 'Windows' && env.IS_32_BIT == 'false' }}

- name: Setup macOS
if: matrix.buildplat[0] == 'macos-11' || matrix.buildplat[0] == 'macos-14'
if: matrix.buildplat[0] == 'macos-13' || matrix.buildplat[0] == 'macos-14'
run: |
if [[ ${{ matrix.buildplat[2] }} == 'arm64' ]]; then
# macosx_arm64
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
# be removed.
CIBW="MACOSX_DEPLOYMENT_TARGET=10.9\
MACOS_DEPLOYMENT_TARGET=10.9\
SDKROOT=/Applications/Xcode_11.7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk\
SDKROOT=/Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk\
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH\
_PYTHON_HOST_PLATFORM=macosx-10.9-x86_64\
PIP_PRE=1\
Expand Down

0 comments on commit 95e61e8

Please sign in to comment.