Skip to content

Commit ccbd44c

Browse files
committed
Use separate arm/x64 macOS runners for simplicity
1 parent 1ad78bd commit ccbd44c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dist.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@ jobs:
116116
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
117117
fail-fast: true
118118
matrix:
119-
os: ["ubuntu-22.04", "macos-14", "windows-2022"]
119+
os:
120+
- "ubuntu-22.04"
121+
- "macos-13" # x86_64
122+
- "macos-14" # arm64
123+
- "windows-2022"
120124
python_version:
121125
- '3.9'
122126
- '3.10'

0 commit comments

Comments
 (0)