Skip to content

Commit 68f36ae

Browse files
authored
Merge pull request #691 from pardeike/codex/fix-platform-tests-for-windows-server-2019
Fix Windows tests
2 parents 73f139e + 886a326 commit 68f36ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-windows-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
jobs:
4747
windows-net-framework:
4848
name: ${{ inputs.build_configuration }}
49-
runs-on: windows-2019
49+
runs-on: windows-2022
5050
continue-on-error: ${{inputs.experimental}}
5151
timeout-minutes: 10
5252
steps:

0 commit comments

Comments
 (0)