Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ziopio committed Sep 20, 2023
1 parent 91faaa8 commit 3e944cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:

jobs:
ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
strategy:
matrix:
otp:
- '26'
- '25'
- '24'
- '23'
rebar3:
- '3'
steps:
Expand Down

0 comments on commit 3e944cd

Please sign in to comment.