Skip to content

Commit 02bb78b

Browse files
authored
Merge pull request #63 from zakkak/2025-04-30-backport-11055
Github workflow updates
2 parents c278331 + b83194f commit 02bb78b

File tree

7 files changed

+2
-207
lines changed

7 files changed

+2
-207
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:

sulong/tests/com.oracle.truffle.llvm.tests.linker.native/dynLink/cycle/Makefile

Lines changed: 0 additions & 53 deletions
This file was deleted.

sulong/tests/com.oracle.truffle.llvm.tests.linker.native/dynLink/cycle/a.c

Lines changed: 0 additions & 35 deletions
This file was deleted.

sulong/tests/com.oracle.truffle.llvm.tests.linker.native/dynLink/cycle/b.c

Lines changed: 0 additions & 35 deletions
This file was deleted.

sulong/tests/com.oracle.truffle.llvm.tests.linker.native/dynLink/cycle/c.c

Lines changed: 0 additions & 35 deletions
This file was deleted.

sulong/tests/com.oracle.truffle.llvm.tests.linker.native/dynLink/cycle/main.c

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)