Skip to content

Commit a598d7c

Browse files
authored
Update JDK version for release workflow (#854)
1 parent 81159f2 commit a598d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
uses: actions/setup-python@v4
6666
with:
6767
python-version: 3.9
68-
- name: Set up JDK 11
68+
- name: Set up JDK 17
6969
uses: actions/setup-java@v3
7070
with:
7171
distribution: 'temurin'
72-
java-version: '11'
72+
java-version: '17'
7373
cache: 'maven'
7474
- name: Set up environment
7575
run: |

0 commit comments

Comments
 (0)