Skip to content

Commit

Permalink
changing java version yet again because pkcs11 cannot load
Browse files Browse the repository at this point in the history
  • Loading branch information
santrancisco committed Nov 23, 2023
1 parent 35e2f50 commit 385dddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Set up Java for signing
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
java-version: '11'
distribution: 'liberica'

- name: Prepare for signing
working-directory: clickhouse-tableau-jdbc/signing_utility
Expand Down

0 comments on commit 385dddc

Please sign in to comment.