Skip to content

Commit

Permalink
Update release workflows to use Java 16 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Mar 18, 2021
1 parent 24187c7 commit c5918ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup java
uses: joschi/setup-jdk@v2
with:
java-version: 15
java-version: 16
- name: Store Variables
id: variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup java
uses: joschi/setup-jdk@v2
with:
java-version: 15
java-version: 16
- name: Store Variables
id: variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup java
uses: joschi/setup-jdk@v2
with:
java-version: 15
java-version: 16
- uses: Apple-Actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.CERTIFICATES_FILE_BASE64 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup java
uses: joschi/setup-jdk@v2
with:
java-version: 15
java-version: 16
- name: Store Variables
id: variables
run: |
Expand Down

0 comments on commit c5918ca

Please sign in to comment.