Skip to content

Commit

Permalink
240419.223316.HKT revise compile_mex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 19, 2024
1 parent b2809fd commit c8dd582
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- os: macos-11
matlab: R2021b

- os: macos-latest
- os: macos-12
matlab: R2020b
- os: macos-latest
- os: macos-12
matlab: R2021a
- os: macos-latest
- os: macos-12
matlab: R2021b

- os: macos-13
Expand All @@ -61,17 +61,17 @@ jobs:
# Below R2022a, MEX does not work on windows-latest due to the version of MS Visual Studio;
# R2022a/b should work according to the documentation of MathWorks and GitHub Actions, but
# they do not as of March 2022
- os: windows-latest
- os: windows-2021
matlab: R2020a
- os: windows-latest
- os: windows-2021
matlab: R2020b
- os: windows-latest
- os: windows-2021
matlab: R2021a
- os: windows-latest
- os: windows-2021
matlab: R2021b
- os: windows-latest
- os: windows-2021
matlab: R2022a
- os: windows-latest
- os: windows-2021
matlab: R2022b


Expand Down

0 comments on commit c8dd582

Please sign in to comment.