Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
watermarkhu committed Aug 12, 2024
1 parent e5ace0a commit 943a083
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: ["windows-latest"]
matlab-version: ['R2020b', 'R2021b', 'R2022b', 'R2023b', 'R2024a']
julia-version: ['1.7', '1.8', '1.9', '1.10']
strategy:
fail-fast: false
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 943a083

Please sign in to comment.