Skip to content

Commit

Permalink
Downgrade MacOS test runner to use macOS 13 on AMD64 to avoid stack o…
Browse files Browse the repository at this point in the history
…verflow
  • Loading branch information
CurtHagenlocher committed Jun 3, 2024
1 parent 54bece3 commit efe1c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
run: ci/scripts/csharp_test.sh $(pwd)

macos:
name: ARM64 macOS 14 C# ${{ matrix.dotnet }}
runs-on: macos-latest
name: AMD64 macOS 13 C# ${{ matrix.dotnet }}
runs-on: macos-13 # Pending https://github.com/pythonnet/pythonnet/issues/2396
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 15
strategy:
Expand Down

0 comments on commit efe1c39

Please sign in to comment.