Skip to content

Commit

Permalink
Gradle can run on latest LTS release only
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Dec 9, 2024
1 parent 9961248 commit a0533ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/native-build-tools-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ jobs:
name: Run 'native-build-tools-gradle'
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
java-version: ['21', '24-ea']
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: ${{ matrix.java-version }}
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'native-build-tools-gradle'
Expand Down

0 comments on commit a0533ff

Please sign in to comment.