Skip to content

Commit f19da25

Browse files
committed
Fix windows runner
1 parent b29d799 commit f19da25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-22.04, windows-2024, macos-12]
15+
os: [ubuntu-22.04, windows-2022, macos-12]
1616
java: [11, 17, 19]
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)