Skip to content

Commit

Permalink
fix(.github): use ubuntu-20.04 runner for CI as a workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Xuehai Pan <[email protected]>
  • Loading branch information
XuehaiPan committed Dec 4, 2022
1 parent 330b2f8 commit f699c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.repository == 'XuehaiPan/nvitop'
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- name: Checkout
Expand Down

0 comments on commit f699c53

Please sign in to comment.