mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
ci(runner): update to ubuntu 20.04
ubuntu 18.04 runner is deprecated
This commit is contained in:
parent
2854ad1ae2
commit
49a995f7b9
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -168,7 +168,7 @@ jobs:
|
||||
vimtag: v8.0.0184
|
||||
- vimbin: vim
|
||||
vimtag: v8.0.1453
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
VIM_BIN: ${{ matrix.vimbin }}
|
||||
VIM_TAG: ${{ matrix.vimtag }}
|
||||
|
2
bundle/vim-go/.github/workflows/git.yml
vendored
2
bundle/vim-go/.github/workflows/git.yml
vendored
@ -3,7 +3,7 @@ on: [pull_request]
|
||||
|
||||
jobs:
|
||||
autosquash-commits-integrated:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.0.0
|
||||
|
4
bundle/vim-go/.github/workflows/test.yml
vendored
4
bundle/vim-go/.github/workflows/test.yml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
lint:
|
||||
name: lint
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: set up python
|
||||
uses: actions/setup-python@v2.1.4
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
run: $GITHUB_WORKSPACE/scripts/lint vim-8.2
|
||||
test:
|
||||
name: test
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user