Skip to content

Commit 037c832

Browse files
committed
Update GH Windows runners
Windows runnner images are changed from `windows-2019` to `windows-latest` due to actions/runner-images#12045.
1 parent 258ee50 commit 037c832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
209209
java-windows-amd64:
210210
name: Java Windows (amd64)
211-
runs-on: windows-2019
211+
runs-on: windows-latest
212212
needs: java-linux-amd64
213213
steps:
214214
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)