Skip to content

Commit d8f08e1

Browse files
committed
ci: Build on macOS 14 (ARM) runners
Enables building universal2 wheels for Python 3.9 and 3.10.
1 parent bc13eb9 commit d8f08e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
7373
fail-fast: true
7474
matrix:
75-
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
75+
os: ["ubuntu-22.04", "macos-14", "windows-2022"]
7676
python_version:
7777
- '3.9'
7878
- '3.10'

0 commit comments

Comments
 (0)