Skip to content

Commit b8261cd

Browse files
committed
ubuntu to 24 and macos to 15
1 parent 87970e2 commit b8261cd

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, windows-2022, macos-12]
15+
os: [ubuntu-24.04, windows-2022, macos-15]
1616
java: [11, 17]
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)