Skip to content

Commit 34ce93f

Browse files
committed
Increase volume size to avoid out of disk space
1 parent 4278344 commit 34ce93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
-e ARROW_CXX_FLAGS_DEBUG="-O1"
115115
-e ARROW_LARGE_MEMORY_TESTS=ON
116116
-e BUILD_WARNING_LEVEL=PRODUCTION
117-
runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/spot=capacity-optimized"
117+
runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/volume=80gb/spot=capacity-optimized"
118118
title: AMD64 Ubuntu Large Memory Tests
119119
- image: conda-cpp
120120
run-options: >-

0 commit comments

Comments
 (0)