File tree 11 files changed +9
-214
lines changed
sulong/tests/com.oracle.truffle.llvm.tests.linker.native/dynLink/cycle 11 files changed +9
-214
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ permissions:
92
92
jobs :
93
93
build-graalvm-linux :
94
94
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' }}
96
96
timeout-minutes : 60
97
97
strategy :
98
98
fail-fast : false
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ permissions:
63
63
jobs :
64
64
build-graalvm-and-micronaut :
65
65
name : Native Tests
66
- runs-on : ubuntu-20 .04
66
+ runs-on : ubuntu-22 .04
67
67
if : (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
68
68
steps :
69
69
- name : Checkout oracle/graal
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
- name : Checkout oracle/graal
106
106
uses : actions/checkout@v4
107
107
- name : Download GraalVM JDK build
108
- uses : actions/download-artifact@v4
108
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
109
109
with :
110
110
name : graalvm
111
111
path : .
Original file line number Diff line number Diff line change 67
67
contents : read # to fetch code (actions/checkout)
68
68
69
69
name : Nightly Quarkus and GraalVM build
70
- runs-on : ubuntu-20 .04
70
+ runs-on : ubuntu-22 .04
71
71
if : (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
72
72
outputs :
73
73
matrix : ${{ steps.read.outputs.matrix }}
@@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- name : Download GraalVM JDK build
135
135
if : startsWith(matrix.os-name, 'ubuntu')
136
- uses : actions/download-artifact@v4
136
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
137
137
with :
138
138
name : graalvm
139
139
path : .
@@ -154,7 +154,7 @@ jobs:
154
154
run : ${QUARKUS_PATH}/.github/ci-prerequisites.sh
155
155
- name : Download Maven Repo
156
156
if : startsWith(matrix.os-name, 'ubuntu')
157
- uses : actions/download-artifact@v4
157
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
158
158
with :
159
159
name : maven-repo
160
160
path : .
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ permissions:
61
61
jobs :
62
62
build-graalvm-and-populate-matrix :
63
63
name : Build GraalVM and populate matrix
64
- runs-on : ubuntu-20 .04
64
+ runs-on : ubuntu-22 .04
65
65
if : (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
66
66
outputs :
67
67
matrix : ${{ steps.set-matrix.outputs.matrix }}
@@ -110,7 +110,7 @@ jobs:
110
110
with :
111
111
repository : oracle/graalvm-reachability-metadata
112
112
- name : Download GraalVM JDK build
113
- uses : actions/download-artifact@v4
113
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
114
114
with :
115
115
name : graalvm
116
116
path : .
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ permissions:
61
61
jobs :
62
62
build-graalvm-and-spring :
63
63
name : Native Tests
64
- runs-on : ubuntu-20 .04
64
+ runs-on : ubuntu-22 .04
65
65
if : (github.event_name == 'schedule' && github.repository == 'oracle/graal') || (github.event_name != 'schedule')
66
66
steps :
67
67
- name : Checkout oracle/graal
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments