Skip to content

Commit 9c04f51

Browse files
authored
ci: only run macos x64 version (part of verion 13 runners)
1 parent 935c4f6 commit 9c04f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
os: [ubuntu-latest, macos-latest, windows-latest]
119+
os: [ubuntu-latest, macos-13, windows-latest]
120120
runs-on: ${{ matrix.os }}
121121

122122
steps:
@@ -231,7 +231,7 @@ jobs:
231231
run: dotnet build -c release
232232

233233
- name: 🧪 Run sample unit tests
234-
run: dotnet test docs/samples/samples.sln
234+
run: dotnet test docs/samples/samples.sln -c release -p:VSTestUseMSBuildOutput=false
235235

236236
- name: 📄 Build docs
237237
working-directory: ./docs/site

0 commit comments

Comments
 (0)