Skip to content

Commit 83a09b7

Browse files
committed
use macos 13 for CI
1 parent 181d145 commit 83a09b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Ubuntu
3333
- { name: 'Linux .NET 5', os: ubuntu-22.04, framework: 'net5' }
3434
# macOs
35-
- { name: 'macOS .NET 5', os: macOS-latest, framework: 'net5' }
35+
- { name: 'macOS .NET 5', os: macos-13, framework: 'net5' }
3636
# Windows
3737
- { name: 'Windows .NET Core 3', os: windows-latest, framework: 'netcoreapp3.1' }
3838
- { name: 'Windows .NET 5', os: windows-latest, framework: 'net5' }

0 commit comments

Comments
 (0)