@@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
lint :
13
13
name : lint
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-22 .04
15
15
env :
16
16
JT_JDK : ' 21'
17
17
steps :
42
42
43
43
build :
44
44
name : build jvm
45
- runs-on : ubuntu-20 .04
45
+ runs-on : ubuntu-22 .04
46
46
defaults :
47
47
run :
48
48
# Ensure all build files are in build/.
84
84
85
85
build_native :
86
86
name : build native
87
- runs-on : ubuntu-20 .04
87
+ runs-on : ubuntu-22 .04
88
88
defaults :
89
89
run :
90
90
# Ensure all build files are in build/.
@@ -128,7 +128,7 @@ jobs:
128
128
fast_specs :
129
129
name : fast specs
130
130
needs : [build]
131
- runs-on : ubuntu-20 .04
131
+ runs-on : ubuntu-22 .04
132
132
steps :
133
133
- name : Clone TruffleRuby
134
134
uses : actions/checkout@v4
@@ -148,7 +148,7 @@ jobs:
148
148
all_specs :
149
149
name : specs ${{ matrix.specs }}
150
150
needs : [build]
151
- runs-on : ubuntu-20 .04
151
+ runs-on : ubuntu-22 .04
152
152
strategy :
153
153
fail-fast : false
154
154
matrix :
@@ -174,7 +174,7 @@ jobs:
174
174
test_integration :
175
175
name : test integration
176
176
needs : [build]
177
- runs-on : ubuntu-20 .04
177
+ runs-on : ubuntu-22 .04
178
178
steps :
179
179
- name : Clone TruffleRuby
180
180
uses : actions/checkout@v4
@@ -193,7 +193,7 @@ jobs:
193
193
test_native :
194
194
name : test native
195
195
needs : [build_native]
196
- runs-on : ubuntu-20 .04
196
+ runs-on : ubuntu-22 .04
197
197
steps :
198
198
- name : Clone TruffleRuby
199
199
uses : actions/checkout@v4
@@ -219,7 +219,7 @@ jobs:
219
219
test_mri :
220
220
name : run MRI tests on native
221
221
needs : [build_native]
222
- runs-on : ubuntu-20 .04
222
+ runs-on : ubuntu-22 .04
223
223
steps :
224
224
- name : Clone TruffleRuby
225
225
uses : actions/checkout@v4
@@ -242,7 +242,7 @@ jobs:
242
242
strategy :
243
243
fail-fast : false
244
244
matrix :
245
- ruby : ['3.0 ', '3.1 ', '3.2 ']
245
+ ruby : ['3.1 ', '3.2 ', '3.3', '3.4 ']
246
246
runs-on : ubuntu-latest
247
247
steps :
248
248
- uses : actions/checkout@v4
0 commit comments