Skip to content

Commit 556d721

Browse files
authored
Change Java version from 21 to 17 in CI workflow
1 parent 6d5c415 commit 556d721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-java@v5
4646
with:
4747
distribution: 'zulu'
48-
java-version: '21'
48+
java-version: '17'
4949
- uses: julia-actions/setup-julia@v2
5050
with:
5151
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)