Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-josepha committed Apr 12, 2024
1 parent 7e71216 commit 4e8713b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ jobs:
esac
fi
- name: increase stack size on macOS
run: |
if [ "${{ matrix.os }}" == 'macos-14' ]; then
ulimit -s 16384
- name: Build samples
working-directory: ${{ matrix.dir }}
run: |
Expand Down

0 comments on commit 4e8713b

Please sign in to comment.