diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 3cb680fced..7952bdf5ab 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 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@v2.4.0 + # uses: matlab-actions/run-command@v2.4.1 # 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 6acf7cfaae..a6babce7a3 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index 3590dc8466..d754235728 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 0c5b2fb2f5..4bd8aea136 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index 6796693a3b..c05be2930c 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index bc38821042..6c06eea7f3 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index 246939af74..a26df83aa1 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 07c911b0c6..696ba29a64 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index b2de607632..4ec3d00958 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index f7969e8b57..b03ca9d37b 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index f65e9d3b62..43bb49044e 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index 757e2e5b8a..d2cb4ecf60 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 17b7b39d54..3e4ac2a8b2 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index 44c8f89f4d..a96d6d2165 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 4d4cf56803..517c02dd18 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index 7272dbb88c..4734aeee96 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 93ff9fd07e..554b957bf9 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index eed6919e23..c085d90641 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index 9819685f84..282e120cec 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index e3011964d2..1c4596e870 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 7be2898192..40d42bc554 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index 97cc5cd697..e8ca0ec551 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index d1b3aa6271..6687212de9 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index d5fcf1f38a..ae57510da4 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@v2.4.0 + uses: matlab-actions/run-command@v2.4.1 with: command: | ver;