Skip to content

Commit

Permalink
fix to have os version started correctly (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: emmanuel.pinault <[email protected]>
  • Loading branch information
epinault and epinault authored Jan 9, 2024
1 parent c8be780 commit a2690d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
env:
MIX_ENV: test
# The hostname used to communicate with the Redis service container
Expand Down

0 comments on commit a2690d7

Please sign in to comment.