Skip to content

Commit db76177

Browse files
committed
Fix CI
1 parent e7406ba commit db76177

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ 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:
18-
- otp: '23'
19-
rebar3: '3.20.0'
2018
- otp: '24'
2119
rebar3: '3.23.0'
20+
- otp: '25'
21+
rebar3: '3.24.0'
2222
steps:
2323

24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525

2626
- uses: erlef/setup-beam@v1
2727
with:
2828
otp-version: ${{matrix.otp}}
2929
rebar3-version: ${{matrix.rebar3}}
3030

31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v4
3232
env:
3333
cache-name: rebar3
3434
with:

0 commit comments

Comments
 (0)