Skip to content

Commit fed7ea8

Browse files
1yamMHHukiewitz
authored andcommitted
Fix: Force use 3.11 on macos 11
1 parent 77093c7 commit fed7ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
2424

2525
- name: Set up Python
26-
if: startsWith(matrix.os, 'macos-12')
26+
if: startsWith(matrix.os, 'macos')
2727
uses: actions/setup-python@v2
2828
with:
2929
python-version: 3.11

0 commit comments

Comments
 (0)