We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e749f29 commit 9168fafCopy full SHA for 9168faf
.github/workflows/build-wheels.yml
@@ -161,8 +161,8 @@ jobs:
161
declare -A hashmap
162
hashmap[manylinux_x86_64]="ubuntu-22.04"
163
hashmap[manylinux_aarch64]="ubuntu-22.04-arm"
164
- hashmap[macosx_x86_64]="macos-13-large"
165
- hashmap[macosx_arm64]="macos-13-xlarge"
+ hashmap[macosx_x86_64]="macos-13"
+ hashmap[macosx_arm64]="macos-14"
166
hashmap[win_amd64]="windows-2022"
167
echo runner_os=${hashmap[${{ inputs.platform-tag }}]} >> $GITHUB_OUTPUT
168
# Bash >= 4 supports hashmaps
0 commit comments