Skip to content

Commit

Permalink
Use windows-latest image for windows CI (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
8Keep authored Jul 7, 2024
1 parent 39a0ebb commit 5248fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest,windows-2019,macOS-latest]
os: [ubuntu-latest,windows-latest,macOS-latest]
jdk: [11, 17]
include:
- os: ubuntu-latest
osName: linux
deploy: true
- os: windows-2019
- os: windows-latest
osName: windows
deploy: false
- os: macOS-latest
Expand Down

0 comments on commit 5248fb0

Please sign in to comment.