Skip to content

Commit

Permalink
[actions] Use jdk 11 with site for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed May 20, 2022
1 parent c5bff47 commit c21d15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 11
distribution: 'zulu'
- uses: webfactory/ssh-agent@master
with:
Expand Down

0 comments on commit c21d15a

Please sign in to comment.