File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
jobs :
64
64
build-windows :
65
65
name : build
66
- runs-on : windows-2019
66
+ runs-on : windows-2025
67
67
defaults :
68
68
run :
69
69
shell : bash
98
98
id : toolchain-check
99
99
run : |
100
100
set +e
101
- '/c/Program Files (x86) /Microsoft Visual Studio/2019 /Enterprise/vc/auxiliary/build/vcvars64.bat' -vcvars_ver=${{ inputs.msvc-toolset-version }}
101
+ '/c/Program Files/Microsoft Visual Studio/2022 /Enterprise/vc/auxiliary/build/vcvars64.bat' -vcvars_ver=${{ inputs.msvc-toolset-version }}
102
102
if [ $? -eq 0 ]; then
103
103
echo "Toolchain is already installed"
104
104
echo "toolchain-installed=true" >> $GITHUB_OUTPUT
@@ -111,7 +111,7 @@ jobs:
111
111
run : |
112
112
# Run Visual Studio Installer
113
113
'/c/Program Files (x86)/Microsoft Visual Studio/Installer/vs_installer.exe' \
114
- modify --quiet --installPath 'C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise' \
114
+ modify --quiet --installPath 'C:\Program Files\Microsoft Visual Studio\2022 \Enterprise' \
115
115
--add Microsoft.VisualStudio.Component.VC.${{ inputs.msvc-toolset-version }}.${{ inputs.msvc-toolset-architecture }}
116
116
if : steps.toolchain-check.outputs.toolchain-installed != 'true'
117
117
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246
246
uses : ./.github/workflows/build-windows.yml
247
247
with :
248
248
platform : windows-x64
249
- msvc-toolset-version : ' 14.29 '
249
+ msvc-toolset-version : ' 14.44 '
250
250
msvc-toolset-architecture : ' x86.x64'
251
251
configure-arguments : ${{ github.event.inputs.configure-arguments }}
252
252
make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -258,7 +258,7 @@ jobs:
258
258
uses : ./.github/workflows/build-windows.yml
259
259
with :
260
260
platform : windows-aarch64
261
- msvc-toolset-version : ' 14.29 '
261
+ msvc-toolset-version : ' 14.44 '
262
262
msvc-toolset-architecture : ' arm64'
263
263
make-target : ' hotspot'
264
264
extra-conf-options : ' --openjdk-target=aarch64-unknown-cygwin'
@@ -308,7 +308,7 @@ jobs:
308
308
with :
309
309
platform : windows-x64
310
310
bootjdk-platform : windows-x64
311
- runs-on : windows-2019
311
+ runs-on : windows-2025
312
312
313
313
# Remove bundles so they are not misconstrued as binary distributions from the JDK project
314
314
remove-bundles :
You can’t perform that action at this time.
0 commit comments