File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525jobs :
2626 build-package :
27- runs-on : windows-2019
27+ runs-on : windows-2022
2828 outputs :
2929 build-version : ${{ steps.build-version.outputs.version }}
3030 steps :
@@ -212,7 +212,7 @@ jobs:
212212 strategy :
213213 matrix :
214214 flavor : ["normal", "custom-config1"]
215- os : [windows-2019 ]
215+ os : [windows-2022 ]
216216 fail-fast : false
217217 steps :
218218 - name : Checkout this repository
@@ -311,7 +311,7 @@ jobs:
311311 See <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}> for more information.
312312
313313 test-datalad :
314- runs-on : windows-2019
314+ runs-on : windows-2022
315315 needs : build-package
316316 strategy :
317317 matrix :
Original file line number Diff line number Diff line change 4141- ostype : windows
4242 osname : Windows
4343 cron_hour : ' 03'
44- runs_on : windows-2019
44+ runs_on : windows-2022
4545 env :
4646 LANG : C.utf-8
4747 test_annex_flavors : [normal, custom-config1]
You can’t perform that action at this time.
0 commit comments