Skip to content

Commit a0533ff

Browse files
committed
Gradle can run on latest LTS release only
1 parent 9961248 commit a0533ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/native-build-tools-gradle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818
name: Run 'native-build-tools-gradle'
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 30
21-
strategy:
22-
matrix:
23-
java-version: ['21', '24-ea']
2421
steps:
2522
- uses: actions/checkout@v4
2623
- uses: graalvm/setup-graalvm@v1
2724
with:
28-
java-version: ${{ matrix.java-version }}
25+
java-version: '21'
2926
distribution: 'graalvm'
3027
github-token: ${{ secrets.GITHUB_TOKEN }}
3128
- name: Run 'native-build-tools-gradle'

0 commit comments

Comments
 (0)