Skip to content

Commit 6778ea8

Browse files
committed
test stack size on macOS
1 parent 642c300 commit 6778ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
- name: Build
143143
if: ${{ ! matrix.dry-run }}
144144
run: |
145+
ulimit -s
145146
./build-macos.py --target-triple ${MATRIX_TARGET_TRIPLE} --python cpython-${MATRIX_PYTHON} --options ${MATRIX_BUILD_OPTIONS}
146147
env:
147148
MATRIX_TARGET_TRIPLE: ${{ matrix.target_triple }}

0 commit comments

Comments
 (0)