Skip to content

Commit

Permalink
ci: use ubuntu-latest for coverage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored and lynzrand committed Jan 22, 2025
1 parent 9dea38b commit ee138fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
git diff --exit-code
coverage-check:
runs-on: macos-14
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ee138fa

Please sign in to comment.