Skip to content

Commit

Permalink
Merge pull request alibaba#6091 from KomachiSion/develop-fix-ci
Browse files Browse the repository at this point in the history
Fix github CI
  • Loading branch information
lzp0412 authored Jun 17, 2021
2 parents fd18e35 + 3e2554a commit 1cb8c0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [linux-latest]
os: [ubuntu-latest]
java: [8, 8.0.192, 11, 11.0.9]
steps:
- name: Cache Maven Repos
Expand All @@ -24,7 +24,6 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
run: echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal"' >> ~/.mavenrc
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
Expand Down

0 comments on commit 1cb8c0f

Please sign in to comment.