Skip to content

Commit

Permalink
Fix to correctly start the proper OS (#81)
Browse files Browse the repository at this point in the history
* Fix to correctly start the proper OS

---------

Co-authored-by: emmanuel.pinault <[email protected]>
  • Loading branch information
epinault and epinault authored Jan 9, 2024
1 parent 1c2938f commit 77d02da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
setup:
runs-on: ubuntu-latest
env:
MIX_ENV: test

Expand All @@ -23,6 +22,9 @@ jobs:
exclude:
- otp_version: 26
elixir_version: 1.13

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 77d02da

Please sign in to comment.