Skip to content

Commit 3fd7f9b

Browse files
committed
Only use Cirrus for the main macOS build
1 parent 5797b82 commit 3fd7f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ jobs:
210210
with:
211211
config_hash: ${{ needs.check_source.outputs.config_hash }}
212212
free-threading: true
213-
# Cirrus is M1
214-
os-matrix: '["ghcr.io/cirruslabs/macos-runner:sonoma"]'
213+
# macos-14 is default GHA Apple Silicon
214+
os-matrix: '["macos-14"]'
215215

216216
build_ubuntu:
217217
name: 'Ubuntu'

0 commit comments

Comments
 (0)