Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex authored Jan 28, 2024
1 parent 917bf63 commit 74e2c80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
install_cibuildwheel_script:
- python -m pip install cibuildwheel==2.11.2
- python -m pip install cibuildwheel==2.16.4
run_cibuildwheel_script:
- cibuildwheel
wheels_artifacts:
Expand All @@ -26,8 +26,8 @@ macos_arm64_task:
image: ghcr.io/cirruslabs/macos-monterey-xcode

env:
PATH: /opt/homebrew/opt/python@3.10/bin:$PATH
PATH: /opt/homebrew/opt/python@3.11/bin:$PATH
install_pre_requirements_script:
- brew install python@3.10
- ln -s python3 /opt/homebrew/opt/python@3.10/bin/python
<<: *BUILD_AND_STORE_WHEELS
- brew install python@3.11
- ln -s python3 /opt/homebrew/opt/python@3.11/bin/python
<<: *BUILD_AND_STORE_WHEELS

0 comments on commit 74e2c80

Please sign in to comment.