Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
CI is not working anymore.

Signed-off-by: Davide Bettio <[email protected]>
  • Loading branch information
bettio committed Jul 5, 2023
1 parent ecf7c61 commit 0588291
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
dialyzer:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand All @@ -22,10 +22,10 @@ jobs:
run: dev/check-fmt

test-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
otp: [23.3]
otp: [24.3]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand All @@ -37,10 +37,10 @@ jobs:
run: rebar3 eunit

test-linux-debug:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
otp: [23.3]
otp: [24.3]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 0588291

Please sign in to comment.