Skip to content

Commit

Permalink
Use a pined jdk 8 version in github action,as a workaround for issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
junchuanwang authored Jan 20, 2022
1 parent 6b9cef2 commit 24d20ed
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: [8]
java: [8.0.312+7]
name: Java ${{ matrix.java }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8]
java: [8.0.312+7]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 24d20ed

Please sign in to comment.