diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index b4c0f574a2..53074f3883 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -154,7 +154,7 @@ jobs: cache: true - name: Compile the MEX functions - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log command: | @@ -212,7 +212,7 @@ jobs: # which matlab # - name: Conduct the test - # uses: matlab-actions/run-command@v3.0.1 + # uses: matlab-actions/run-command@v3.0.2 # with: # startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log # command: | diff --git a/.github/workflows/parallel_test_matlab.yml b/.github/workflows/parallel_test_matlab.yml index 5f2846fc44..058e22e685 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -179,7 +179,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index b92a229f0f..f153e4592c 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -196,7 +196,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index c6202a086f..3d1b5bf24f 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index e90fde3761..c666e6b8b3 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index 4d9d6613b3..894c5559e0 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -174,7 +174,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index dd8641e8fd..904d4a2dd6 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -160,7 +160,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 8a86a71b2d..40650fb7db 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -158,7 +158,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index dde4eb72f5..2ea7f32487 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -163,7 +163,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index eec6b869d8..e9c7e5808f 100644 --- a/.github/workflows/profile_intrinsic_linalg.yml +++ b/.github/workflows/profile_intrinsic_linalg.yml @@ -179,7 +179,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 736b445625..f9d85e58a5 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -168,7 +168,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index f72f82f678..8a4f773744 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -157,7 +157,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 8dad2b9851..0e78e964a0 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index de1cf1bf79..7e091e5694 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index c7f1f2a641..b0220e8f79 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -162,7 +162,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index 2abd4f4e9e..1f91cc5df0 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -151,7 +151,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index b2d45eedba..762c456426 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -152,7 +152,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index 5bff04373c..24dca1ff64 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -156,7 +156,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index 1bf83dbdff..9a85dc34d3 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -158,7 +158,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index d475854d5e..31e219870c 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -179,7 +179,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 6a467e8285..fc49eed3d3 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -168,7 +168,7 @@ jobs: - name: Conduct the test if: ${{ !(runner.os == 'macOS' && runner.arch == 'X64') }} - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index ae8436a5fd..dfbde41cd4 100644 --- a/.github/workflows/test_matlab_linux.yml +++ b/.github/workflows/test_matlab_linux.yml @@ -133,7 +133,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index 2f6ca29f54..c304206398 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -96,7 +96,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index 1ed86f8762..af629c65f7 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -157,7 +157,7 @@ jobs: cat compile.m - name: Conduct the test - uses: matlab-actions/run-command@v3.0.1 + uses: matlab-actions/run-command@v3.0.2 with: command: | ver;