Skip to content

Commit

Permalink
Add matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahila authored Jan 6, 2025
1 parent ca3e147 commit f70ee5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: using mpm to install MATLAB
on: push
jobs:
my-job:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
name: Run System tests
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit f70ee5b

Please sign in to comment.