Skip to content

Commit

Permalink
[ci] install matlab 2023b on apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 26, 2025
1 parent 0550c4f commit a66b6ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ jobs:
./mmc -Q nodeimmc -G -1 || true
./mmc -Q faceimmc -G -1 || true
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v4
with:
release: R2022a
release: R2023b
- name: Run MATLAB mcxlabcl test
continue-on-error: true
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: cd MCXStudio; mcxsuite_addpath; cd MATLAB/mcxlabcl/examples; demo_mcxlab_basic; demo_mcxlab_2d; demo_mcxlab_replay; demo_bc_det; demo_photon_sharing;
- name: Run MATLAB mmclab test
continue-on-error: true
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: cd MCXStudio; mcxsuite_addpath; cd MATLAB/mmclab/example; demo_mmclab_basic; demo_example_meshtest; demo_example_replay; demo_wide_det; demo_photon_sharing;

0 comments on commit a66b6ef

Please sign in to comment.