Skip to content

Commit f685673

Browse files
committed
updated version for native image build to avoid fee
1 parent f75cfa0 commit f685673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: graalvm/setup-graalvm@v1
123123
with:
124124
version: "latest"
125-
java-version: "17"
125+
java-version: "21"
126126
components: "native-image"
127127
github-token: ${{ secrets.GITHUB_TOKEN }}
128128
- name: Build native image

0 commit comments

Comments
 (0)