We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77093c7 commit fed7ea8Copy full SHA for fed7ea8
.github/workflows/build-wheels.yml
@@ -23,7 +23,7 @@ jobs:
23
run: sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
24
25
- name: Set up Python
26
- if: startsWith(matrix.os, 'macos-12')
+ if: startsWith(matrix.os, 'macos')
27
uses: actions/setup-python@v2
28
with:
29
python-version: 3.11
0 commit comments