Skip to content

Commit 5248fb0

Browse files
authored
Use windows-latest image for windows CI (#2293)
1 parent 39a0ebb commit 5248fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
os: [ubuntu-latest,windows-2019,macOS-latest]
93+
os: [ubuntu-latest,windows-latest,macOS-latest]
9494
jdk: [11, 17]
9595
include:
9696
- os: ubuntu-latest
9797
osName: linux
9898
deploy: true
99-
- os: windows-2019
99+
- os: windows-latest
100100
osName: windows
101101
deploy: false
102102
- os: macOS-latest

0 commit comments

Comments
 (0)