Skip to content

Commit a97f270

Browse files
committed
Update ubuntu version to 22.04
1 parent 93d1aae commit a97f270

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -35,7 +35,7 @@ jobs:
3535
run: ./mvnw --no-transfer-progress verify
3636

3737
tcp:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: Set up JDK

0 commit comments

Comments
 (0)