Skip to content

Commit

Permalink
Try with older Ubuntu
Browse files Browse the repository at this point in the history
Coverage is not being generated because `gcov`
is segfaulting on Ubuntu 22.04. Try going back
to 20.04.
  • Loading branch information
benmwebb committed Feb 16, 2023
1 parent d4abd8b commit 11bbe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ["2.7", "3.11"]
imp-branch: [main, develop]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 11bbe93

Please sign in to comment.