Update .github/workflows/check.yml
This commit is contained in:
parent
fec849790a
commit
e72d8cde3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
java: [ 17-jdk, 19-jdk ]
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: docker
|
||||
container:
|
||||
image: eclipse-temurin:${{ matrix.java }}
|
||||
options: --user root
|
||||
|
|
Loading…
Reference in a new issue