Skip to content

Commit 1e95e4d

Browse files
committed
[GR-64476] Update GitHub Actions workflows.
PullRequest: graal/20605
2 parents 7d39a7a + 6b746bc commit 1e95e4d

File tree

11 files changed

+9
-214
lines changed

11 files changed

+9
-214
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ permissions:
9292
jobs:
9393
build-graalvm-linux:
9494
name: /${{ matrix.env.PRIMARY }} ${{ matrix.env.GATE_TAGS }} JDK${{ matrix.env.JDK_VERSION }}
95-
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
95+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
9696
timeout-minutes: 60
9797
strategy:
9898
fail-fast: false

.github/workflows/micronaut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ permissions:
6363
jobs:
6464
build-graalvm-and-micronaut:
6565
name: Native Tests
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-22.04
6767
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
6868
steps:
6969
- name: Checkout oracle/graal

.github/workflows/ni-layers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Checkout oracle/graal
106106
uses: actions/checkout@v4
107107
- name: Download GraalVM JDK build
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
109109
with:
110110
name: graalvm
111111
path: .

.github/workflows/quarkus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
contents: read # to fetch code (actions/checkout)
6868

6969
name: Nightly Quarkus and GraalVM build
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-22.04
7171
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
7272
outputs:
7373
matrix: ${{ steps.read.outputs.matrix }}
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- name: Download GraalVM JDK build
135135
if: startsWith(matrix.os-name, 'ubuntu')
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
137137
with:
138138
name: graalvm
139139
path: .
@@ -154,7 +154,7 @@ jobs:
154154
run: ${QUARKUS_PATH}/.github/ci-prerequisites.sh
155155
- name: Download Maven Repo
156156
if: startsWith(matrix.os-name, 'ubuntu')
157-
uses: actions/download-artifact@v4
157+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
158158
with:
159159
name: maven-repo
160160
path: .

.github/workflows/reachability-metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ permissions:
6161
jobs:
6262
build-graalvm-and-populate-matrix:
6363
name: Build GraalVM and populate matrix
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-22.04
6565
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
6666
outputs:
6767
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
repository: oracle/graalvm-reachability-metadata
112112
- name: Download GraalVM JDK build
113-
uses: actions/download-artifact@v4
113+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
114114
with:
115115
name: graalvm
116116
path: .

.github/workflows/spring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ permissions:
6161
jobs:
6262
build-graalvm-and-spring:
6363
name: Native Tests
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-22.04
6565
if: (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
6666
steps:
6767
- name: Checkout oracle/graal

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)