Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
]}'
else
# main, release/**, workflow_call: full cross-platform matrix.
# macOS targets build natively for V8 code cache (~15% faster startup).
# Other targets cross-compile from ubuntu-latest via fossilize.
# darwin-arm64 builds natively on macOS for V8 code cache (~15% faster startup).
# All other targets cross-compile from ubuntu-latest via fossilize.
echo '{"include":[
{"target":"darwin-arm64", "os":"macos-latest", "can-test":true},
{"target":"darwin-x64", "os":"macos-13", "can-test":false},
{"target":"darwin-x64", "os":"ubuntu-latest", "can-test":false},
{"target":"linux-x64", "os":"ubuntu-latest", "can-test":true},
{"target":"linux-arm64", "os":"ubuntu-latest", "can-test":false},
{"target":"windows-x64", "os":"ubuntu-latest", "can-test":false}
Expand Down
Loading