Skip to content

Commit 29dbe34

Browse files
committed
GHA: Use windows-2022
1 parent b270cf6 commit 29dbe34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ env:
6363
jobs:
6464
build-windows:
6565
name: build
66-
runs-on: windows-2019
66+
runs-on: windows-2022
6767
defaults:
6868
run:
6969
shell: bash

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
with:
331331
platform: windows-x64
332332
bootjdk-platform: windows-x64
333-
runs-on: windows-2019
333+
runs-on: windows-2022
334334

335335
# Remove bundles so they are not misconstrued as binary distributions from the JDK project
336336
#remove-bundles:

0 commit comments

Comments
 (0)