File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,23 @@ jobs:
3232
3333 testing-backwards-compatibility-windows :
3434 name : Windows ${{ matrix.backend-version }}
35- runs-on : windows-latest
35+ runs-on : ${{ matrix. windows-runner }}
3636 strategy :
3737 fail-fast : false
3838 matrix :
3939 include :
4040 - image-tag : " windows-24.1"
4141 backend-version : " 24.1"
42+ windows-runner : " windows-2022"
4243 - image-tag : " windows-24.2"
4344 backend-version : " 24.2"
45+ windows-runner : " windows-2022"
4446 - image-tag : " windows-25.1"
4547 backend-version : " 25.1"
48+ windows-runner : " windows-2022"
4649 - image-tag : " core-windows-25.2"
4750 backend-version : " 25.2"
51+ windows-runner : " windows-latest"
4852 steps :
4953 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5054 with :
You can’t perform that action at this time.
0 commit comments