Skip to content

Commit

Permalink
GH-41397: [C#] Downgrade macOS test runner to avoid infrastructure bug (
Browse files Browse the repository at this point in the history
#41934)

### What changes are included in this PR?

Downgrades the macOS test image for C# to use an older operating system. This works around pythonnet/pythonnet#2396.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #41397

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
CurtHagenlocher authored Jun 3, 2024
1 parent 1598782 commit 7f0c407
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 7f0c407

Please sign in to comment.