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 c4eed35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ jobs:
esac
fi
- name: increase stack size on macOS
run: |
if [ "${{ matrix.os }}" == 'macos-14' ]; then
ulimit -s 16384
fi
- name: Build samples
working-directory: ${{ matrix.dir }}
run: |
Expand Down

0 comments on commit c4eed35

Please sign in to comment.