Skip to content

Commit df7760f

Browse files
committed
Add Build Native Image with JS Embedded demo (fix build job)
1 parent a483368 commit df7760f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/native-image-build-with-js-embedded.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818
name: Run 'native-image/build-with-js-embedded'
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 15
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.0.5'
2926
distribution: 'graalvm'
3027
github-token: ${{ secrets.GITHUB_TOKEN }}
3128
cache: 'maven'

0 commit comments

Comments
 (0)