Skip to content

Commit

Permalink
Update to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Oct 26, 2023
1 parent 0665c75 commit a8c6bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
java-version: 17

# Build Swift docs
- name: Build Swift docs
Expand Down

0 comments on commit a8c6bda

Please sign in to comment.