diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77bf4b2..03a5207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: ci: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}} strategy: matrix: @@ -15,8 +15,6 @@ jobs: rebar3: ['3'] # latest rebar3 versions that do not give problems with selected OTPs include: - - otp: '23' - rebar3: '3.20.0' - otp: '24' rebar3: '3.23.0' steps: @@ -28,7 +26,7 @@ jobs: otp-version: ${{matrix.otp}} rebar3-version: ${{matrix.rebar3}} - - uses: actions/cache@v2 + - uses: actions/cache@v4 env: cache-name: rebar3 with: