@@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
prepare-integration-tests :
26
26
name : Prepare for Integration Tests
27
- runs-on : ubuntu-20 .04
27
+ runs-on : ubuntu-22 .04
28
28
if : github.repository_owner == 'Apicurio' && !contains(github.event.*.labels.*.name, 'DO NOT MERGE')
29
29
steps :
30
30
- name : Show Actor
67
67
68
68
prepare-ui-tests :
69
69
name : Prepare for UI Integration Tests
70
- runs-on : ubuntu-20 .04
70
+ runs-on : ubuntu-22 .04
71
71
if : github.repository_owner == 'Apicurio' && !contains(github.event.*.labels.*.name, 'DO NOT MERGE')
72
72
steps :
73
73
- name : Show Actor
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
integration-tests-h2 :
121
121
name : Integration Tests H2
122
- runs-on : ubuntu-20 .04
122
+ runs-on : ubuntu-22 .04
123
123
needs : prepare-integration-tests
124
124
steps :
125
125
- name : Checkout Code
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
integration-tests-postgresql :
166
166
name : Integration Tests Postgresql
167
- runs-on : ubuntu-20 .04
167
+ runs-on : ubuntu-22 .04
168
168
needs : prepare-integration-tests
169
169
steps :
170
170
- name : Checkout Code
@@ -210,7 +210,7 @@ jobs:
210
210
211
211
integration-tests-kafkasql :
212
212
name : Integration Tests KafkaSql
213
- runs-on : ubuntu-20 .04
213
+ runs-on : ubuntu-22 .04
214
214
needs : prepare-integration-tests
215
215
steps :
216
216
- name : Checkout Code
@@ -258,7 +258,7 @@ jobs:
258
258
259
259
integration-tests-ui :
260
260
name : Integration Tests UI
261
- runs-on : ubuntu-20 .04
261
+ runs-on : ubuntu-22 .04
262
262
needs : [prepare-ui-tests, prepare-integration-tests]
263
263
steps :
264
264
- name : Checkout Code
@@ -331,7 +331,7 @@ jobs:
331
331
332
332
integration-tests-legacy-v2 :
333
333
name : Integration Tests Legacy V2
334
- runs-on : ubuntu-20 .04
334
+ runs-on : ubuntu-22 .04
335
335
needs : prepare-integration-tests
336
336
steps :
337
337
- name : Checkout Registry 2.5
@@ -369,7 +369,7 @@ jobs:
369
369
370
370
build-examples :
371
371
name : Build and Run Application examples
372
- runs-on : ubuntu-20 .04
372
+ runs-on : ubuntu-22 .04
373
373
needs : prepare-integration-tests
374
374
steps :
375
375
- name : Checkout Code with Ref '${{ github.ref }}'
0 commit comments