Skip to content

Commit 4792cd2

Browse files
authored
chore: CI: don't use macOS runners more than before (#14068)
1 parent 9566c79 commit 4792cd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,9 @@ jobs:
343343
{
344344
"name": "macOS aarch64",
345345
"enabled": level >= 1,
346+
"test": level >= 2,
346347
// standard GH runner only comes with 7GB so use large runner if possible when running tests
347-
"os": large ? "nscloud-macos-sequoia-arm64-6x14" : "macos-15",
348+
"os": large && (fast || level >= 2) ? "nscloud-macos-sequoia-arm64-6x14" : "macos-15",
348349
"CMAKE_OPTIONS": "-DLEAN_INSTALL_SUFFIX=-darwin_aarch64",
349350
"release": true,
350351
"shell": "bash -euxo pipefail {0}",

0 commit comments

Comments
 (0)