Skip to content

Commit 52b1aaa

Browse files
committed
Update build.yaml to use Ubuntu 22.04
Trying to see if this resolves the gcc error.
1 parent 86f2db3 commit 52b1aaa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
prettier:
2626
name: Format with Prettier
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
timeout-minutes: 5
2929
steps:
3030
- name: Checkout repo
@@ -37,7 +37,7 @@ jobs:
3737

3838
doctoc:
3939
name: Doctoc markdown files
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-22.04
4141
timeout-minutes: 5
4242
steps:
4343
- name: Checkout repo
@@ -68,7 +68,7 @@ jobs:
6868

6969
lint-helm:
7070
name: Lint Helm chart
71-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-22.04
7272
timeout-minutes: 5
7373
steps:
7474
- name: Checkout repo
@@ -97,7 +97,7 @@ jobs:
9797

9898
lint-ts:
9999
name: Lint TypeScript files
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-22.04
101101
timeout-minutes: 5
102102
steps:
103103
- name: Checkout repo
@@ -146,7 +146,7 @@ jobs:
146146

147147
test-unit:
148148
name: Run unit tests
149-
runs-on: ubuntu-20.04
149+
runs-on: ubuntu-22.04
150150
timeout-minutes: 5
151151
steps:
152152
- name: Checkout repo
@@ -187,7 +187,7 @@ jobs:
187187

188188
build:
189189
name: Build code-server
190-
runs-on: ubuntu-20.04
190+
runs-on: ubuntu-22.04
191191
timeout-minutes: 60
192192
env:
193193
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
@@ -269,7 +269,7 @@ jobs:
269269
test-e2e:
270270
name: Run e2e tests
271271
needs: build
272-
runs-on: ubuntu-20.04
272+
runs-on: ubuntu-22.04
273273
timeout-minutes: 25
274274
steps:
275275
- name: Checkout repo
@@ -318,7 +318,7 @@ jobs:
318318
test-e2e-proxy:
319319
name: Run e2e tests behind proxy
320320
needs: build
321-
runs-on: ubuntu-20.04
321+
runs-on: ubuntu-22.04
322322
timeout-minutes: 25
323323
steps:
324324
- name: Checkout repo

0 commit comments

Comments
 (0)