diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index 8a06aa1e60..dbf00c2bd2 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -155,7 +155,7 @@ jobs: cache: true - name: Compile the MEX functions - uses: matlab-actions/run-command@v3.1.1 + uses: matlab-actions/run-command@v3.2.0 with: startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log command: | @@ -213,7 +213,7 @@ jobs: # which matlab # - name: Conduct the test - # uses: matlab-actions/run-command@v3.1.1 + # uses: matlab-actions/run-command@v3.2.0 # 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 dcad978d65..a99bca94c0 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -184,7 +184,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index 1cb3139f39..0e66eebd25 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 0b993ef7d9..7c2d3ec7d7 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index 31665fdcd1..1c6355ffd3 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index b24b31dfa0..72b13cc60a 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index 87147eb21a..7008f72b4a 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 83502bebdb..c68f9e9569 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 1bb0a2ecca..5b01434abe 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index fdc2d3a390..d4c3de4a1f 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 606588a133..bb7f45b5e4 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index 00bce53917..7f7759666b 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 30c0427776..33ed62ac38 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index 01b2f461e1..4dad8e22ec 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 30bc0c8e45..acd4a27a48 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index 8b5ff319ce..4e6ee5187b 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 7a81362e48..0aee3536af 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index 08725f856d..f7ae753ffb 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index b9ac5d16c3..ec27a42087 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 349b98ca5d..954a7f5bc9 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -184,7 +184,7 @@ jobs: - name: Conduct the test - uses: matlab-actions/run-command@v3.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index cbd8f7bca6..25eba9b639 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -167,7 +167,7 @@ jobs: - name: Conduct the test if: ${{ !(runner.os == 'macOS' && runner.arch == 'X64') }} - uses: matlab-actions/run-command@v3.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | cd matlab/tests; diff --git a/.github/workflows/test_matlab_linux.yml b/.github/workflows/test_matlab_linux.yml index 17eb1f4860..628be8ff2b 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | cd matlab/tests; diff --git a/.github/workflows/test_matlab_windows.yml b/.github/workflows/test_matlab_windows.yml index d5b4792519..80cf795b5a 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -119,7 +119,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v3.1.1 + uses: matlab-actions/run-command@v3.2.0 with: startup-options: -nodesktop command: | diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index f254bf3922..2d6daa6687 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.1.1 + uses: matlab-actions/run-command@v3.2.0 with: command: | ver;