mirror of
https://github.com/cdr/code-server.git
synced 2025-12-17 05:44:46 +01:00
chore: pin ubuntu runner in build code-server
This commit is contained in:
parent
956ed96a2c
commit
c761199923
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
|
||||
build:
|
||||
name: Build code-server
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue