Skip to content

Commit 0fac589

Browse files
committed
set larger swap space for both Linux and macOS
1 parent ce7222b commit 0fac589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ jobs:
202202
echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV
203203
echo "GTSAM Uses TBB"
204204
205-
- name: Set Swap Space (Linux)
206-
if: runner.os == 'Linux'
205+
- name: Set Swap Space (Linux and macOS)
206+
if: runner.os == 'Linux' || runner.os == 'macOS'
207207
uses: pierotofy/set-swap-space@master
208208
with:
209209
swap-size-gb: 6

0 commit comments

Comments
 (0)