Skip to content

Commit

Permalink
[Issue-1780] Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Sep 10, 2024
1 parent 7f5533d commit eb65800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '11'
java-version: '17'

- name: Cache Gradle Wrapper
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '11'
java-version: '17'

- name: Cache Gradle Wrapper
uses: actions/cache@v3
Expand Down

0 comments on commit eb65800

Please sign in to comment.