Skip to content

Commit 77d664d

Browse files
committed
#1373: Add ubuntu-22.04, macos-14 and windows-2025 to CI build
1 parent 44b1b2b commit 77d664d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [windows-2022, ubuntu-24.04, macos-15]
19+
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04, macos-14, macos-15]
2020
java: [17, 21]
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)