Skip to content

Commit

Permalink
Updated java version to 17 (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal authored Nov 14, 2022
1 parent 20dfd53 commit b87d7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/official_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
python ts_scripts/install_dependencies.py --environment=dev
pip install -e .
- name: Setup Java 11
- name: Setup Java 17
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Build PyPI & conda binaries
run: python binaries/build.py
- name: Push conda binaries
Expand Down

0 comments on commit b87d7e5

Please sign in to comment.