We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e849 commit 11c8914Copy full SHA for 11c8914
.github/workflows/coverage.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
jobs:
4
linux:
5
name: linux
6
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
7
steps:
8
- name: Install ctags
9
run: |
0 commit comments