File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
5151 - uses : actions/checkout@v4
5252 with :
5353 submodules : ' recursive'
54- - name : Set up JDK 8
54+ - name : Set up JDK 11
5555 uses : actions/setup-java@v4
5656 with :
5757 distribution : ' temurin'
58- java-version : ' 8 '
58+ java-version : ' 11 '
5959 - name : Set up Gradle
6060 uses : gradle/actions/setup-gradle@v3
6161 - name : Build natives for macOS
@@ -81,11 +81,11 @@ jobs:
8181 - uses : actions/checkout@v4
8282 with :
8383 submodules : ' recursive'
84- - name : Set up JDK 8
84+ - name : Set up JDK 11
8585 uses : actions/setup-java@v4
8686 with :
8787 distribution : ' temurin'
88- java-version : ' 8 '
88+ java-version : ' 11 '
8989 - name : Download Linux/Windows artifacts
9090 uses : actions/download-artifact@v4
9191 with :
You can’t perform that action at this time.
0 commit comments