Skip to content

Commit 14a36cb

Browse files
committed
build: pin ubuntu 22.04 for coverage workflow
This ought to fix the "Unable to locate package kcov" problem
1 parent 40ea537 commit 14a36cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ci:
55
strategy:
66
matrix:
7-
platform: [ubuntu-latest, windows-latest]
7+
platform: [ubuntu-22.04, windows-latest]
88
runs-on: ${{ matrix.platform }}
99
steps:
1010
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)