Skip to content

Commit ba8d348

Browse files
committed
Fix CI
1 parent e7406ba commit ba8d348

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ on:
77

88
jobs:
99
ci:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
1212
strategy:
1313
matrix:
14-
otp: ['25', '26', '27']
14+
otp: ['26', '27']
1515
rebar3: ['3']
1616
# latest rebar3 versions that do not give problems with selected OTPs
1717
include:
1818
- otp: '23'
1919
rebar3: '3.20.0'
2020
- otp: '24'
2121
rebar3: '3.23.0'
22+
- otp: '25'
23+
rebar3: '3.24.0'
2224
steps:
2325

2426
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)