Skip to content

Commit 2becb83

Browse files
committed
change java version to 1.8 for check cpp files.
1 parent 5e40d77 commit 2becb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-check_cpp_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Java
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: '11'
25+
java-version: '1.8'
2626
distribution: 'temurin'
2727

2828
- name: Configure C++ build

0 commit comments

Comments
 (0)