Skip to content

Commit 1d807a9

Browse files
authored
Merge pull request #228 from datalad/bf-windows
Switch to use windows-2022 image as 2019 is retired
2 parents 02568ca + f20e1ce commit 1d807a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
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:

.github/workflows/template/specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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]

0 commit comments

Comments
 (0)