Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit f70ee5b

Browse files
authored
Add matrix strategy
1 parent ca3e147 commit f70ee5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: using mpm to install MATLAB
22
on: push
33
jobs:
44
my-job:
5+
strategy:
6+
matrix:
7+
os: [ubuntu-latest, windows-latest, macos-latest]
58
name: Run System tests
6-
runs-on: [ubuntu-latest, windows-latest, macos-latest]
9+
runs-on: ${{ matrix.os }}
710
steps:
811
- name: Check out repository
912
uses: actions/checkout@v2

0 commit comments

Comments
 (0)