File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,17 @@ jobs:
4646 path : ~/.konan
4747 key : ${{ runner.os }}
4848 - name : Set up JDK 25
49- uses : actions/setup-java@v4
49+ uses : actions/setup-java@v5
50+ if : runner.os != 'Windows' || runner.arch != 'ARM64'
5051 with :
5152 java-version : ' 25'
5253 distribution : ' temurin'
54+ - name : Set up JDK 25
55+ uses : actions/setup-java@v5
56+ if : runner.os == 'Windows' && runner.arch != 'ARM64'
57+ with :
58+ java-version : ' 25-ea'
59+ distribution : ' temurin'
5360 - name : Set up Gradle
5461 uses : gradle/actions/setup-gradle@v4
5562 with :
95102 path : ~/.konan
96103 key : ${{ runner.os }}
97104 - name : Set up JDK 25
98- uses : actions/setup-java@v4
105+ uses : actions/setup-java@v5
99106 with :
100107 java-version : ' 25'
101108 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments