Skip to content

Commit

Permalink
Update JDK used in release workflows (#465)
Browse files Browse the repository at this point in the history
## Goal

Update workflows to use JDK 17
  • Loading branch information
bidetofevil committed Feb 28, 2024
1 parent 3c8aa52 commit cd77beb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk-version: ["11"]
ndk-version: ["21.4.7075529"]
jdk-version: [ "17" ]
ndk-version: [ "21.4.7075529" ]
steps:
- name: Decode Keystore
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-patch-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk-version: ["11"]
ndk-version: ["21.4.7075529"]
jdk-version: [ "17" ]
ndk-version: [ "21.4.7075529" ]
steps:
- name: Decode Keystore
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
jdk-version: ["11"]
ndk-version: ["21.4.7075529"]
jdk-version: [ "17" ]
ndk-version: [ "21.4.7075529" ]
steps:
- name: Checkout SDK
uses: actions/checkout@v4
Expand Down

0 comments on commit cd77beb

Please sign in to comment.