Skip to content

Commit

Permalink
Cover: use ubuntu-20.04 which has erlang, as the container doesn't ha…
Browse files Browse the repository at this point in the history
…ve pip
  • Loading branch information
badlop committed Jan 23, 2024
1 parent cf1d3ad commit 447621d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
cover:
name: Cover
needs: [tests]
runs-on: ubuntu-22.04
container:
image: erlang:26
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./configure --enable-gcov
Expand Down

0 comments on commit 447621d

Please sign in to comment.