From d737a99b0d2acc01e3cb6541170e689037227d3b Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 23 Jan 2024 11:39:53 +0100 Subject: [PATCH] Cover: use ubuntu-20.04 which has erlang, as the container doesn't have pip --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 871b071..47dfc5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,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