Skip to content

Commit

Permalink
Merge pull request #16705 from pshipton/vs2022
Browse files Browse the repository at this point in the history
Build jdk19+ Windows with VS 2022
  • Loading branch information
AdamBrousseau committed Feb 14, 2023
2 parents 5146861 + 5a6a25b commit 1c466cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildenv/jenkins/variables/defaults.yml
Expand Up @@ -370,9 +370,9 @@ x86-64_windows:
8: '--with-toolchain-version=2017'
11: '--with-toolchain-version=2019'
17: '--with-toolchain-version=2019'
19: '--with-toolchain-version=2019'
20: '--with-toolchain-version=2019'
next: '--with-toolchain-version=2019'
19: '--with-toolchain-version=2022'
20: '--with-toolchain-version=2022'
next: '--with-toolchain-version=2022'
node_labels:
build: 'ci.role.build && hw.arch.x86 && sw.os.windows'
build_env:
Expand Down

0 comments on commit 1c466cb

Please sign in to comment.