diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ea3e9b..bcd2ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: otp: [20, 25, 26, 27] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: image: erlang:${{ matrix.otp }} steps: @@ -26,7 +26,7 @@ jobs: cover: name: Cover needs: [tests] - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: ./configure --enable-gcov