Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel committed Feb 29, 2024
1 parent c6b8123 commit 046efc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This job will run for all the OS present in the matrix
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest] #, windows-latest, macos-13] turn off for fast debugging

# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 046efc1

Please sign in to comment.