Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg1969 committed Feb 11, 2024
1 parent 10e4c9d commit de28f80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:
- master
jobs:
build-mex:
runs-on: [ubuntu-20.04,windows-2019,macos-12,macos-14]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04,windows-2019,macos-12,macos-14]
steps:
- name: Retrieve the source code
uses: actions/checkout@v3
Expand Down

0 comments on commit de28f80

Please sign in to comment.