Skip to content

Commit 4851715

Browse files
authored
Update ci.yml to ubuntu-20.04 (#503)
1 parent 560e877 commit 4851715

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
quick-build:
1919
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'CI build')
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-20.04
2121
container: centos:7
2222
steps:
2323
- name: Install environment
@@ -47,7 +47,7 @@ jobs:
4747
mvn compiler:compile -Pdev,jdk17 -B -U -e
4848
check-format:
4949
if: github.event_name == 'pull_request'
50-
runs-on: ubuntu-18.04
50+
runs-on: ubuntu-20.04
5151
container: centos:7
5252
steps:
5353
- name: Install environment
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
mvn spotless:check -Pdev,jdk17 -B -U -e
7878
prepare:
79-
runs-on: ubuntu-18.04
79+
runs-on: ubuntu-20.04
8080
outputs:
8181
stagingRepositoryId: ${{ steps.staging.outputs.stagingRepositoryId }}
8282
steps:
@@ -93,7 +93,7 @@ jobs:
9393
echo "::set-output name=stagingRepositoryId::$STAGING_REPOSITORY_ID"
9494
linux-x86_64:
9595
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'CI build')
96-
runs-on: ubuntu-18.04
96+
runs-on: ubuntu-20.04
9797
container: centos:7
9898
needs: prepare
9999
strategy:

0 commit comments

Comments
 (0)