Skip to content

Commit

Permalink
Fix: Force use 3.11 on macos 11
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Nov 7, 2023
1 parent 2ff640b commit 2e685aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc

- name: Set up Python
if: startsWith(matrix.os, 'macos-12')
if: startsWith(matrix.os, 'macos')
uses: actions/setup-python@v2
with:
python-version: 3.11
Expand Down

0 comments on commit 2e685aa

Please sign in to comment.