Skip to content

Commit 3d5c71c

Browse files
authored
Update CI workflow to use new Windows runner
1 parent 0808a3c commit 3d5c71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
java: [ '8', '11', '16', '17', '19', '21' ]
18-
runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
18+
runs-on: [ubuntu-latest, windows-2022, macos-latest ]
1919
exclude:
2020
- runs-on: macos-latest
2121
java: "8"

0 commit comments

Comments
 (0)