We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad86e07 commit 11d024aCopy full SHA for 11d024a
1 file changed
.github/workflows/publish-natives.yml
@@ -51,11 +51,11 @@ jobs:
51
- uses: actions/checkout@v4
52
with:
53
submodules: 'recursive'
54
- - name: Set up JDK 8
+ - name: Set up JDK 11
55
uses: actions/setup-java@v4
56
57
distribution: 'temurin'
58
- java-version: '8'
+ java-version: '11'
59
- name: Set up Gradle
60
uses: gradle/actions/setup-gradle@v3
61
- name: Build natives for macOS
@@ -81,11 +81,11 @@ jobs:
81
82
83
84
85
86
87
88
89
- name: Download Linux/Windows artifacts
90
uses: actions/download-artifact@v4
91
0 commit comments