Skip to content

Commit 432206b

Browse files
committed
[CI] Update github runners to Ubuntu 22.04
1 parent c278331 commit 432206b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ permissions:
4949
jobs:
5050
build-graalvm:
5151
name: /${{ matrix.env.PRIMARY }} ${{ matrix.env.GATE_TAGS }} JDK${{ matrix.env.JDK_VERSION }}
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-22.04
5353
strategy:
5454
fail-fast: false
5555
matrix:

.github/workflows/quarkus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: read # to fetch code (actions/checkout)
3333

3434
name: Nightly Quarkus and GraalVM build
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636
outputs:
3737
matrix: ${{ steps.read.outputs.matrix }}
3838
steps:

0 commit comments

Comments
 (0)