Skip to content

Commit a1ebebc

Browse files
committed
Try running the macOS CI builds on macOS 13
1 parent 3f98e8d commit a1ebebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest, macOS-latest]
12+
os: [ubuntu-latest, windows-latest, macOS-13]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup .NET 6

0 commit comments

Comments
 (0)