Skip to content

Commit

Permalink
Additional fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaChaban committed Dec 19, 2023
1 parent d343e71 commit 5ac4446
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/native-static-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
include:
- version: 'latest'
java-version: '21'
- version: 'dev'
java-version: 'dev'
java-version: ['21', 'dev']
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
version: ${{ matrix.version }}
java-version: ${{ matrix.java-version }}
components: 'native-image'
native-image-musl: 'true'
Expand Down

0 comments on commit 5ac4446

Please sign in to comment.