We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d3c7e commit de3ed33Copy full SHA for de3ed33
1 file changed
.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- os: [ubuntu-latest, macos-13]
+ os: [ubuntu-latest, macos-latest]
32
java: [ 8, 11, 17, 21, 25 ]
33
experimental: [false]
34
# Keep the same parameter order as the matrix above
0 commit comments