Skip to content

Commit 4f13dcb

Browse files
authored
ci: use ubuntu-latest for coverage checks
1 parent e526c2d commit 4f13dcb

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
@@ -97,7 +97,7 @@ jobs:
9797
git diff --exit-code
9898
9999
coverage-check:
100-
runs-on: macos-14
100+
runs-on: ubuntu-latest
101101
continue-on-error: true
102102
steps:
103103
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)