Skip to content

Commit 15eace0

Browse files
committed
CI: downgrade .NET tests to macOS 13 (required for older runtimes)
1 parent a49f64a commit 15eace0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rd-net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ macos-14, ubuntu-22.04, windows-2022 ]
14+
os: [ macos-13, ubuntu-22.04, windows-2022 ]
1515
fail-fast: false
1616
timeout-minutes: 15
1717
steps:

0 commit comments

Comments
 (0)