Skip to content

Bump Ubuntu version to let CI run #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ on:

jobs:
ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
strategy:
matrix:
otp: ['25', '26', '27']
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:
Expand All @@ -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:
Expand Down