We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7d544 commit d5027a9Copy full SHA for d5027a9
.github/workflows/build-test.yml
@@ -70,7 +70,7 @@ jobs:
70
build-test-netfx:
71
name: Build and test .NET Framework
72
73
- runs-on: [windows-latest]
+ runs-on: [windows-2019, windows-latest]
74
strategy:
75
fail-fast: false # we want to see list of failing tests for each combination
76
matrix:
0 commit comments