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 5975b0e commit 636b85aCopy full SHA for 636b85a
.github/workflows/macos.yml
@@ -9,19 +9,22 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- os: [macos-11, macos-13, macos-14]
+ os: [macos-12, macos-13-arm64]
13
14
steps:
15
- uses: actions/checkout@v4
16
17
+ - name: Processor type
18
+ run: sysctl -n machdep.cpu.brand_string
19
+
20
- uses: actions/setup-python@v4
21
name: Install Python
22
with:
- python-version: '3.9'
23
+ python-version: '3.11'
24
25
- name: Install cibuildwheel
26
run: |
- python -m pip install "cibuildwheel==2.12.3"
27
+ python -m pip install "cibuildwheel==2.19.2"
28
29
- name: Build wheels
30
0 commit comments