Skip to content

Commit

Permalink
Move to macos-12 builders
Browse files Browse the repository at this point in the history
  • Loading branch information
jameseh96 committed Sep 26, 2024
1 parent 340e486 commit dec1b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: wheelhouse/*.whl
build-mac-3_X:
name: Build mac wheels (Python3.X)
runs-on: macos-11
runs-on: macos-12
env:
CIBW_BUILD: '{cp,pp}3*x86_64'
CIBW_SKIP: '{cp,pp}3{6,7}*'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
path: wheelhouse/*.whl
build-mac-3_X-arm:
name: Build mac wheels (Python3.X + Arm)
runs-on: macos-11
runs-on: macos-12
env:
CONAN_MACOS_ARM64: "ON"
MACOSX_DEPLOYMENT_TARGET: "11"
Expand Down

0 comments on commit dec1b5d

Please sign in to comment.