diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index cafb7d6..56884f5 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -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: |