Skip to content

Commit

Permalink
fix runs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen authored Jan 7, 2024
1 parent 3b833bf commit 4b68049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- cron: '57 0 * * 5'
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand All @@ -41,4 +41,4 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
file: lcov.info
file: lcov.info

0 comments on commit 4b68049

Please sign in to comment.