Skip to content

Commit c761199

Browse files
committed
chore: pin ubuntu runner in build code-server
1 parent 956ed96 commit c761199

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
@@ -141,7 +141,7 @@ jobs:
141141

142142
build:
143143
name: Build code-server
144-
runs-on: ubuntu-latest
144+
runs-on: ubuntu-20.04
145145
timeout-minutes: 30
146146
env:
147147
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)