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 9961248 commit a0533ffCopy full SHA for a0533ff
.github/workflows/native-build-tools-gradle.yml
@@ -18,14 +18,11 @@ jobs:
18
name: Run 'native-build-tools-gradle'
19
runs-on: ubuntu-latest
20
timeout-minutes: 30
21
- strategy:
22
- matrix:
23
- java-version: ['21', '24-ea']
24
steps:
25
- uses: actions/checkout@v4
26
- uses: graalvm/setup-graalvm@v1
27
with:
28
- java-version: ${{ matrix.java-version }}
+ java-version: '21'
29
distribution: 'graalvm'
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
- name: Run 'native-build-tools-gradle'
0 commit comments