We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d4a1d commit dc4ae68Copy full SHA for dc4ae68
.github/workflows/create-scheduled-release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: "🔧 Setup java"
26
uses: actions/setup-java@v4
27
with:
28
- distribution: 'oracle'
+ distribution: 'graalvm'
29
java-version: '21'
30
- name: "🕸️ Get changed metadata matrix"
31
id: set-matrix
0 commit comments