Skip to content

Commit 6146abe

Browse files
committed
Update build to Ubuntu 22.04
Trying to see if this resolves the gcc error.
1 parent 77a3cc0 commit 6146abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 }}

0 commit comments

Comments
 (0)