Skip to content

Commit 9e3b71b

Browse files
committed
Disable native-image reporting on MacOS build
Since native-image is not actually executed, the reporting is pointless
1 parent 356e68a commit 9e3b71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
java-version: '21.0.6'
159159
distribution: 'graalvm'
160160
github-token: ${{ secrets.GITHUB_TOKEN }}
161-
native-image-job-reports: 'true'
161+
native-image-job-reports: 'false'
162162

163163
- name: Cache Maven packages
164164
uses: actions/cache@v4

0 commit comments

Comments
 (0)