We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c278331 commit 432206bCopy full SHA for 432206b
.github/workflows/main.yml
@@ -49,7 +49,7 @@ permissions:
49
jobs:
50
build-graalvm:
51
name: /${{ matrix.env.PRIMARY }} ${{ matrix.env.GATE_TAGS }} JDK${{ matrix.env.JDK_VERSION }}
52
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
53
strategy:
54
fail-fast: false
55
matrix:
.github/workflows/quarkus.yml
@@ -32,7 +32,7 @@ jobs:
32
contents: read # to fetch code (actions/checkout)
33
34
name: Nightly Quarkus and GraalVM build
35
36
outputs:
37
matrix: ${{ steps.read.outputs.matrix }}
38
steps:
0 commit comments