Skip to content

Commit f487e20

Browse files
committed
修改自动打包的jdk版本
1 parent 5bf0d05 commit f487e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个
3131
# 还有microsoft(微软维护的openjdk发行版) oracle(商用SDK)等
3232
distribution: 'temurin'
33-
java-version: '8'
33+
java-version: '21'
3434

3535
- name: Set up Node.js
3636
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)