We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c093549 commit 75420c1Copy full SHA for 75420c1
.github/workflows/gradle.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- os: [ ubuntu-22.04, windows-latest, macos-latest ]
+ os: [ ubuntu-24.04, windows-latest, macos-latest ]
13
java: [ '11', '17', '21' ]
14
15
runs-on: ${{ matrix.os }}
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
16
17
18
0 commit comments