Skip to content

Commit

Permalink
ci: run actions on ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Mar 17, 2022
1 parent a566ab5 commit e7139cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1

Expand All @@ -21,12 +21,11 @@ jobs:

stylua:
name: StyLua
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Stylua
uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .

- uses: actions/checkout@v2
- name: Stylua
uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
nvim_tag: [v0.5.0, v0.5.1, v0.6.0, v0.6.1]

name: Run tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
NVIM_TAG: ${{ matrix.nvim_tag }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
update-readme:
name: Update README
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit e7139cf

Please sign in to comment.