Skip to content

Commit b72250e

Browse files
authored
Update check action to use ubuntu-latest (#902)
1 parent feadb3b commit b72250e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
vimFlavor: ["vim", "nvim"]
99
tagsProvider: ["exuberant-ctags", "universal-ctags"]
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)