Skip to content

Commit 54c043e

Browse files
committed
push.yml: Windows Server 2019 has been retired
1 parent c0c70b3 commit 54c043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: [push]
77
jobs:
88
Java8-Windows:
99
if: contains(toJson(github.event.commits), '[ci skip] ') == false
10-
runs-on: windows-2019
10+
runs-on: windows-2022
1111
steps:
1212
- uses: actions/setup-java@v4
1313
with:

0 commit comments

Comments
 (0)