Skip to content

Commit

Permalink
CI: downgrade .NET tests to macOS 13 (required for older runtimes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 11, 2024
1 parent a49f64a commit 15eace0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rd-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-14, ubuntu-22.04, windows-2022 ]
os: [ macos-13, ubuntu-22.04, windows-2022 ]
fail-fast: false
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 15eace0

Please sign in to comment.