Skip to content

Commit

Permalink
Merge pull request #478 from pythonspeed/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/cibuildwheel-2.12.0

Bump pypa/cibuildwheel from 2.11.2 to 2.12.0
  • Loading branch information
itamarst authored Feb 14, 2023
2 parents 55986fb + cace13c commit edfb9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
make test
- name: "Build macOS wheels"
if: startsWith(matrix.os, 'mac') && (matrix.python-version == '3.9')
uses: pypa/cibuildwheel@v2.11.2
uses: pypa/cibuildwheel@v2.12.0
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
CIBW_ARCHS_MACOS: "x86_64 arm64"
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
with:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.12.0
with:
output-dir: dist
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit edfb9f3

Please sign in to comment.