We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9566c79 commit 4792cd2Copy full SHA for 4792cd2
1 file changed
.github/workflows/ci.yml
@@ -343,8 +343,9 @@ jobs:
343
{
344
"name": "macOS aarch64",
345
"enabled": level >= 1,
346
+ "test": level >= 2,
347
// standard GH runner only comes with 7GB so use large runner if possible when running tests
- "os": large ? "nscloud-macos-sequoia-arm64-6x14" : "macos-15",
348
+ "os": large && (fast || level >= 2) ? "nscloud-macos-sequoia-arm64-6x14" : "macos-15",
349
"CMAKE_OPTIONS": "-DLEAN_INSTALL_SUFFIX=-darwin_aarch64",
350
"release": true,
351
"shell": "bash -euxo pipefail {0}",
0 commit comments