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 ce7222b commit 0fac589Copy full SHA for 0fac589
.github/workflows/build-python.yml
@@ -202,8 +202,8 @@ jobs:
202
echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV
203
echo "GTSAM Uses TBB"
204
205
- - name: Set Swap Space (Linux)
206
- if: runner.os == 'Linux'
+ - name: Set Swap Space (Linux and macOS)
+ if: runner.os == 'Linux' || runner.os == 'macOS'
207
uses: pierotofy/set-swap-space@master
208
with:
209
swap-size-gb: 6
0 commit comments