Skip to content

Commit de3ed33

Browse files
authored
Upgrade from deprecated macos-13 to macos-latest in CI
Fixes: #590 * #590
1 parent a1d3c7e commit de3ed33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-latest, macos-13]
31+
os: [ubuntu-latest, macos-latest]
3232
java: [ 8, 11, 17, 21, 25 ]
3333
experimental: [false]
3434
# Keep the same parameter order as the matrix above

0 commit comments

Comments
 (0)