We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5797b82 commit 3fd7f9bCopy full SHA for 3fd7f9b
1 file changed
.github/workflows/build.yml
@@ -210,8 +210,8 @@ jobs:
210
with:
211
config_hash: ${{ needs.check_source.outputs.config_hash }}
212
free-threading: true
213
- # Cirrus is M1
214
- os-matrix: '["ghcr.io/cirruslabs/macos-runner:sonoma"]'
+ # macos-14 is default GHA Apple Silicon
+ os-matrix: '["macos-14"]'
215
216
build_ubuntu:
217
name: 'Ubuntu'
0 commit comments