Skip to content

Commit 376ca57

Browse files
authored
use jdk 17 for release action (#703)
1 parent e853344 commit 376ca57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/automated_github_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout mavericks
1616
uses: actions/checkout@v2
17+
- uses: actions/setup-java@v3
18+
with:
19+
distribution: 'temurin'
20+
java-version: '17'
1721
- name: "Build & test"
1822
run: "./gradlew testReleaseUnitTest"
1923

0 commit comments

Comments
 (0)