Skip to content

Commit 11c8914

Browse files
committed
Use ubuntu 20.04 for code coverage
1 parent ea1e849 commit 11c8914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
linux:
55
name: linux
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-20.04
77
steps:
88
- name: Install ctags
99
run: |

0 commit comments

Comments
 (0)