Skip to content

Commit

Permalink
update mwe
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel authored Oct 19, 2023
1 parent 4c527f8 commit 3e81e95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.7'
Expand All @@ -19,7 +20,7 @@ jobs:
- windows-latest
- ubuntu-latest
arch:
- x86
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 3e81e95

Please sign in to comment.