Skip to content

Commit 09790d4

Browse files
committed
Migrated to newer Ubuntu
1 parent 046c374 commit 09790d4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [ master ]
55
jobs:
66
build_jvm:
7-
runs-on: 'ubuntu-20.04'
7+
runs-on: 'ubuntu-22.04'
88
strategy:
99
matrix:
1010
java: [8,11,20]
@@ -22,7 +22,7 @@ jobs:
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]
@@ -40,7 +40,7 @@ jobs:
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]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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
@@ -27,4 +27,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)