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 ceef160 commit 87c155eCopy full SHA for 87c155e
.github/workflows/check_build.yml
@@ -14,7 +14,7 @@ jobs:
14
java: [
15
21 # Minimum
16
]
17
- os: [ubuntu-20.04]
+ os: [ubuntu-24.04]
18
runs-on: ${{ matrix.os }}
19
steps:
20
- name: Checkout repository
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
# Use these Java versions
java: [21]
# and run on both Linux and Windows
21
0 commit comments