1
0
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:
wsdjeg 2023-04-04 08:14:53 +08:00
parent 2854ad1ae2
commit 49a995f7b9
3 changed files with 4 additions and 4 deletions

View File

@ -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 }}

View File

@ -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

View File

@ -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: