File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches : [ master ]
55jobs :
66 build_jvm :
7- runs-on : ' ubuntu-20 .04'
7+ runs-on : ' ubuntu-22 .04'
88 strategy :
99 matrix :
1010 java : [8,11,20]
2222 ${{ runner.os }}-maven-
2323 - run : mvn --no-transfer-progress --batch-mode verify -P jvmtestsonly
2424 build_js_backend :
25- runs-on : ' ubuntu-20 .04'
25+ runs-on : ' ubuntu-22 .04'
2626 strategy :
2727 matrix :
2828 java : [8,11,20]
4040 ${{ runner.os }}-maven-
4141 - run : mvn --no-transfer-progress --batch-mode verify -P jstestsonly
4242 build_wasm_backend :
43- runs-on : ' ubuntu-20 .04'
43+ runs-on : ' ubuntu-22 .04'
4444 strategy :
4545 matrix :
4646 java : [8,11,20]
Original file line number Diff line number Diff line change 77 build :
88 if : github.event.base_ref == 'refs/heads/master'
99 environment : ci
10- runs-on : ' ubuntu-20 .04'
10+ runs-on : ' ubuntu-22 .04'
1111 steps :
1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-java@v2
2727 env:
2828 SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2929 SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
30- GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
30+ GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments