Skip to content

Commit 636b85a

Browse files
Select runners more carefully
1 parent 5975b0e commit 636b85a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/macos.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [macos-11, macos-13, macos-14]
12+
os: [macos-12, macos-13-arm64]
1313

1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Processor type
18+
run: sysctl -n machdep.cpu.brand_string
19+
1720
- uses: actions/setup-python@v4
1821
name: Install Python
1922
with:
20-
python-version: '3.9'
23+
python-version: '3.11'
2124

2225
- name: Install cibuildwheel
2326
run: |
24-
python -m pip install "cibuildwheel==2.12.3"
27+
python -m pip install "cibuildwheel==2.19.2"
2528
2629
- name: Build wheels
2730
run: |

0 commit comments

Comments
 (0)