Skip to content

Commit

Permalink
circleci: bump windows OS
Browse files Browse the repository at this point in the history
GraalVM needs Visual Studio 2022.
This is included with windows-server-2022.
  • Loading branch information
lread committed Sep 23, 2023
1 parent 48f78d5 commit 9ece1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ executors:
working_directory: ~/repo
windows:
machine:
image: windows-server-2019-vs2019:stable
image: windows-server-2022-gui:current
resource_class: windows.medium
shell: powershell.exe -ExecutionPolicy Bypass
working_directory: ~/repo
Expand Down Expand Up @@ -199,7 +199,7 @@ workflows:
os: [linux, macos, windows]
jdk: ['temurin@8','temurin@11','temurin@17']
- test-native:
name: test-<< matrix.os >>-native
name: test-<< matrix.os >>-<< matrix.jdk>>
matrix:
parameters:
os: [linux, macos, windows]
Expand Down

0 comments on commit 9ece1a3

Please sign in to comment.