Skip to content

Commit 2c3203c

Browse files
committed
Ubuntu 22.04
1 parent b6450b7 commit 2c3203c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ on:
1717
jobs:
1818
build:
1919

20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121

2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up JDK 17
2525
uses: actions/setup-java@v3
2626
with:
2727
java-version: '17'
28-
distribution: 'temurin'
28+
distribution: 'adopt'
2929
cache: maven
3030
- name: Build with Maven
3131
run: mvn -B clean test --file pom.xml

0 commit comments

Comments
 (0)