49
49
50
50
select :
51
51
name : ' Select platforms'
52
- runs-on : ubuntu-20 .04
52
+ runs-on : ubuntu-22 .04
53
53
outputs :
54
54
linux-x64 : ${{ steps.include.outputs.linux-x64 }}
55
55
linux-x86 : ${{ steps.include.outputs.linux-x86 }}
@@ -124,7 +124,7 @@ jobs:
124
124
with :
125
125
platform : linux-x64
126
126
gcc-major-version : ' 10'
127
- apt-gcc-version : ' 10.3.0-1ubuntu1~20.04 '
127
+ apt-gcc-version : ' 10.3.0-15ubuntu1 '
128
128
# The linux-x64 jdk bundle is used as buildjdk for the cross-compile job
129
129
if : needs.select.outputs.linux-x64 == 'true' || needs.select.outputs.linux-cross-compile == 'true'
130
130
@@ -136,7 +136,7 @@ jobs:
136
136
platform : linux-x86
137
137
gcc-major-version : ' 10'
138
138
gcc-package-suffix : ' -multilib'
139
- apt-gcc-version : ' 10.3.0-1ubuntu1~20.04 '
139
+ apt-gcc-version : ' 10.3.0-15ubuntu1 '
140
140
apt-architecture : ' i386'
141
141
# Some multilib libraries do not have proper inter-dependencies, so we have to
142
142
# install their dependencies manually.
@@ -153,7 +153,7 @@ jobs:
153
153
make-target : ' hotspot'
154
154
debug-levels : ' [ "debug" ]'
155
155
gcc-major-version : ' 10'
156
- apt-gcc-version : ' 10.3.0-1ubuntu1~20.04 '
156
+ apt-gcc-version : ' 10.3.0-15ubuntu1 '
157
157
extra-conf-options : ' --disable-precompiled-headers'
158
158
if : needs.select.outputs.linux-x64-variants == 'true'
159
159
@@ -166,7 +166,7 @@ jobs:
166
166
make-target : ' hotspot'
167
167
debug-levels : ' [ "debug" ]'
168
168
gcc-major-version : ' 10'
169
- apt-gcc-version : ' 10.3.0-1ubuntu1~20.04 '
169
+ apt-gcc-version : ' 10.3.0-15ubuntu1 '
170
170
extra-conf-options : ' --with-jvm-variants=zero --disable-precompiled-headers'
171
171
if : needs.select.outputs.linux-x64-variants == 'true'
172
172
@@ -179,7 +179,7 @@ jobs:
179
179
make-target : ' hotspot'
180
180
debug-levels : ' [ "debug" ]'
181
181
gcc-major-version : ' 10'
182
- apt-gcc-version : ' 10.3.0-1ubuntu1~20.04 '
182
+ apt-gcc-version : ' 10.3.0-15ubuntu1 '
183
183
extra-conf-options : ' --with-jvm-variants=minimal --disable-precompiled-headers'
184
184
if : needs.select.outputs.linux-x64-variants == 'true'
185
185
@@ -193,7 +193,7 @@ jobs:
193
193
# Technically this is not the "debug" level, but we can't inject a new matrix state for just this job
194
194
debug-levels : ' [ "debug" ]'
195
195
gcc-major-version : ' 10'
196
- apt-gcc-version : ' 10.3.0-1ubuntu1~20.04 '
196
+ apt-gcc-version : ' 10.3.0-15ubuntu1 '
197
197
extra-conf-options : ' --with-debug-level=optimized --disable-precompiled-headers'
198
198
if : needs.select.outputs.linux-x64-variants == 'true'
199
199
@@ -205,8 +205,8 @@ jobs:
205
205
uses : ./.github/workflows/build-cross-compile.yml
206
206
with :
207
207
gcc-major-version : ' 10'
208
- apt-gcc-version : ' 10.3.0-1ubuntu1~20.04 '
209
- apt-gcc-cross-version : ' 10.3.0-1ubuntu1~20.04cross1 '
208
+ apt-gcc-version : ' 10.3.0-15ubuntu1 '
209
+ apt-gcc-cross-version : ' 10.3.0-8ubuntu1cross1 '
210
210
if : needs.select.outputs.linux-cross-compile == 'true'
211
211
212
212
build-macos-x64 :
@@ -262,7 +262,7 @@ jobs:
262
262
with :
263
263
platform : linux-x64
264
264
bootjdk-platform : linux-x64
265
- runs-on : ubuntu-20 .04
265
+ runs-on : ubuntu-22 .04
266
266
267
267
test-linux-x86 :
268
268
name : linux-x86
@@ -272,7 +272,7 @@ jobs:
272
272
with :
273
273
platform : linux-x86
274
274
bootjdk-platform : linux-x64
275
- runs-on : ubuntu-20 .04
275
+ runs-on : ubuntu-22 .04
276
276
277
277
test-macos-x64 :
278
278
name : macos-x64
@@ -297,7 +297,7 @@ jobs:
297
297
# Remove bundles so they are not misconstrued as binary distributions from the JDK project
298
298
remove-bundles :
299
299
name : ' Remove bundle artifacts'
300
- runs-on : ubuntu-20 .04
300
+ runs-on : ubuntu-22 .04
301
301
if : always()
302
302
needs :
303
303
- build-linux-x64
0 commit comments