We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b7f9e commit 172becdCopy full SHA for 172becd
.github/workflows/main.yml
@@ -310,7 +310,7 @@ jobs:
310
uses: ./.github/workflows/build-windows.yml
311
with:
312
platform: windows-x64
313
- msvc-toolset-version: '14.42'
+ msvc-toolset-version: '14.43'
314
msvc-toolset-architecture: 'x86.x64'
315
configure-arguments: ${{ github.event.inputs.configure-arguments }}
316
make-arguments: ${{ github.event.inputs.make-arguments }}
@@ -322,7 +322,7 @@ jobs:
322
323
324
platform: windows-aarch64
325
326
msvc-toolset-architecture: 'arm64'
327
make-target: 'hotspot'
328
extra-conf-options: '--openjdk-target=aarch64-unknown-cygwin'
0 commit comments