Skip to content

Commit c436a2d

Browse files
committed
ci: downgrade java version to 17 on release and nightly build
This may solve the build failure because of recent changes.
1 parent 96db7f5 commit c436a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: "temurin"
24-
java-version: 21
24+
java-version: 17
2525
# will restore cache of dependencies and wrappers
2626
cache: 'gradle'
2727

.github/workflows/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: "temurin"
23-
java-version: 21
23+
java-version: 17
2424
# will restore cache of dependencies and wrappers
2525
cache: 'gradle'
2626

0 commit comments

Comments
 (0)