File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939
4040 - uses : graalvm/setup-graalvm@v1
4141 with :
42- java- version : " 25.1.3 "
43- distribution : " graalvm-community "
42+ version : ' 25.1'
43+ distribution : ' graalvm'
4444 github-token : ${{ secrets.GITHUB_TOKEN }}
45- cache : " maven"
46- native-image-job-reports : " true"
45+ cache : ' maven'
46+ native-image-job-reports : ' true'
4747
4848 - name : Build MacOS Apple Silicon native
4949 if : matrix.arch == 'darwin-arm64'
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222
2323 - uses : graalvm/setup-graalvm@v1
2424 with :
25- java- version : " 25.1.3 "
26- distribution : " graalvm-community "
25+ version : ' 25.1'
26+ distribution : ' graalvm'
2727 github-token : ${{ secrets.GITHUB_TOKEN }}
28- cache : " maven"
29- native-image-job-reports : " true"
28+ cache : ' maven'
29+ native-image-job-reports : ' true'
3030
3131 - name : Build MacOS Apple Silicon native
3232 if : matrix.arch == 'darwin-arm64'
You can’t perform that action at this time.
0 commit comments