Skip to content

Commit

Permalink
Just run on ubuntu-latest
Browse files Browse the repository at this point in the history
Trying to run on ubuntu 18 is failing to be picked up by any runners
  • Loading branch information
mvanderkamp committed Nov 19, 2023
1 parent fbfca5a commit ba80e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ jobs:
strategy:
fail-fast: false
matrix:
osFlavor: [ubuntu-20.04, ubuntu-18.04]
vimFlavor: [neovim, vim]
vimVersion: [stable, unstable]
exclude:
- vimFlavor: vim
vimVersion: unstable
runs-on: ${{ matrix.osFlavor }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ba80e54

Please sign in to comment.