Skip to content

Commit

Permalink
[#77] Set release script jdk version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
meierval committed Oct 17, 2023
1 parent 6faaeb3 commit dd8516c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_girders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '21.0.0'
java-version: '17.0.0'
distribution: 'zulu'
cache: 'maven'
server-id: 'ossrh' # Value of the distributionManagement/repository/id field of the pom.xml
Expand Down

0 comments on commit dd8516c

Please sign in to comment.