Skip to content

Commit f341f0c

Browse files
committed
workflows: update windows to 2022 since 2019 got grey and retired
1 parent 89923dc commit f341f0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildjit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-windows-64:
13-
runs-on: windows-2019
13+
runs-on: windows-2022
1414
steps:
1515
- uses: actions/checkout@v4
1616
name: Checkout
@@ -39,7 +39,7 @@ jobs:
3939
retention-days: 1
4040

4141
build-windows-32:
42-
runs-on: windows-2019
42+
runs-on: windows-2022
4343
steps:
4444
- uses: actions/checkout@v4
4545
name: Checkout

0 commit comments

Comments
 (0)