Skip to content

Commit 0588291

Browse files
committed
Fix CI
CI is not working anymore. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent ecf7c61 commit 0588291

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
dialyzer:
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-22.04
77
steps:
88
- uses: actions/checkout@v2
99
- uses: erlef/setup-beam@v1
@@ -22,10 +22,10 @@ jobs:
2222
run: dev/check-fmt
2323

2424
test-linux:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-22.04
2626
strategy:
2727
matrix:
28-
otp: [23.3]
28+
otp: [24.3]
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: erlef/setup-beam@v1
@@ -37,10 +37,10 @@ jobs:
3737
run: rebar3 eunit
3838

3939
test-linux-debug:
40-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-22.04
4141
strategy:
4242
matrix:
43-
otp: [23.3]
43+
otp: [24.3]
4444
steps:
4545
- uses: actions/checkout@v2
4646
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)