File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
prettier :
26
26
name : Format with Prettier
27
- runs-on : ubuntu-20 .04
27
+ runs-on : ubuntu-22 .04
28
28
timeout-minutes : 5
29
29
steps :
30
30
- name : Checkout repo
37
37
38
38
doctoc :
39
39
name : Doctoc markdown files
40
- runs-on : ubuntu-20 .04
40
+ runs-on : ubuntu-22 .04
41
41
timeout-minutes : 5
42
42
steps :
43
43
- name : Checkout repo
68
68
69
69
lint-helm :
70
70
name : Lint Helm chart
71
- runs-on : ubuntu-20 .04
71
+ runs-on : ubuntu-22 .04
72
72
timeout-minutes : 5
73
73
steps :
74
74
- name : Checkout repo
97
97
98
98
lint-ts :
99
99
name : Lint TypeScript files
100
- runs-on : ubuntu-20 .04
100
+ runs-on : ubuntu-22 .04
101
101
timeout-minutes : 5
102
102
steps :
103
103
- name : Checkout repo
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
test-unit :
148
148
name : Run unit tests
149
- runs-on : ubuntu-20 .04
149
+ runs-on : ubuntu-22 .04
150
150
timeout-minutes : 5
151
151
steps :
152
152
- name : Checkout repo
@@ -187,7 +187,7 @@ jobs:
187
187
188
188
build :
189
189
name : Build code-server
190
- runs-on : ubuntu-20 .04
190
+ runs-on : ubuntu-22 .04
191
191
timeout-minutes : 60
192
192
env :
193
193
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
@@ -269,7 +269,7 @@ jobs:
269
269
test-e2e :
270
270
name : Run e2e tests
271
271
needs : build
272
- runs-on : ubuntu-20 .04
272
+ runs-on : ubuntu-22 .04
273
273
timeout-minutes : 25
274
274
steps :
275
275
- name : Checkout repo
@@ -318,7 +318,7 @@ jobs:
318
318
test-e2e-proxy :
319
319
name : Run e2e tests behind proxy
320
320
needs : build
321
- runs-on : ubuntu-20 .04
321
+ runs-on : ubuntu-22 .04
322
322
timeout-minutes : 25
323
323
steps :
324
324
- name : Checkout repo
You can’t perform that action at this time.
0 commit comments