There was an error while loading. Please reload this page.
1 parent b6450b7 commit 2c3203cCopy full SHA for 2c3203c
1 file changed
.github/workflows/maven.yml
@@ -17,15 +17,15 @@ on:
17
jobs:
18
build:
19
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
21
22
steps:
23
- uses: actions/checkout@v3
24
- name: Set up JDK 17
25
uses: actions/setup-java@v3
26
with:
27
java-version: '17'
28
- distribution: 'temurin'
+ distribution: 'adopt'
29
cache: maven
30
- name: Build with Maven
31
run: mvn -B clean test --file pom.xml
0 commit comments