Skip to content

Commit 9168faf

Browse files
committed
Use regular macOS runners because we get an error saying either we hit our spending limit or account payments have failed
1 parent e749f29 commit 9168faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ jobs:
161161
declare -A hashmap
162162
hashmap[manylinux_x86_64]="ubuntu-22.04"
163163
hashmap[manylinux_aarch64]="ubuntu-22.04-arm"
164-
hashmap[macosx_x86_64]="macos-13-large"
165-
hashmap[macosx_arm64]="macos-13-xlarge"
164+
hashmap[macosx_x86_64]="macos-13"
165+
hashmap[macosx_arm64]="macos-14"
166166
hashmap[win_amd64]="windows-2022"
167167
echo runner_os=${hashmap[${{ inputs.platform-tag }}]} >> $GITHUB_OUTPUT
168168
# Bash >= 4 supports hashmaps

0 commit comments

Comments
 (0)