Skip to content

Commit 547d20d

Browse files
committed
ci: Increase macOS workspace volume size to 150GB
This commit increases the macOS runner workspace volume size from 70GB to 150GB because 70GB is insufficient for the toolchain builds for the architectures with many multi-lib variants to successfully complete. Note that the size of 150GB was chosen to match the workspace volume size available on the Linux zephyr-runner v2 instances. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 6ba6445 commit 547d20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ jobs:
522522
523523
# Create case-sensitive workspace volume for macOS
524524
hdiutil create ${RUNNER_TEMP}/Workspace.sparseimage \
525-
-volname Workspace -type SPARSE -size 70g -fs HFSX
525+
-volname Workspace -type SPARSE -size 150g -fs HFSX
526526
hdiutil mount ${RUNNER_TEMP}/Workspace.sparseimage -mountpoint ${WORKSPACE}
527527
528528
# Install required dependencies if running inside a GitHub-hosted runner

0 commit comments

Comments
 (0)