File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 fetch-depth : 0
1616 submodules : true
1717
18- - name : Set up JDK 21
18+ - name : Set up JDK 24
1919 uses : actions/setup-java@v2
2020 with :
2121 distribution : ' zulu'
22- java-version : 22
22+ java-version : 24
2323 java-package : jdk
2424
2525 - name : Install LLVM
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 fetch-depth : 0
2020 submodules : true
2121
22- - name : Set up JDK 21
22+ - name : Set up JDK 24
2323 uses : actions/setup-java@v2
2424 with :
2525 distribution : ' zulu'
26- java-version : 22
26+ java-version : 24
2727 java-package : jdk
2828
2929 - name : Install LLVM
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments