diff --git a/.github/workflows/compile_mex.yml b/.github/workflows/compile_mex.yml index d56a6acb71..6240b8bf81 100644 --- a/.github/workflows/compile_mex.yml +++ b/.github/workflows/compile_mex.yml @@ -153,7 +153,7 @@ jobs: cache: true - name: Compile the MEX functions - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log command: | @@ -211,7 +211,7 @@ jobs: # which matlab # - name: Conduct the test - # uses: matlab-actions/run-command@v2.2.1 + # uses: matlab-actions/run-command@v2.2.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 129fdaf5b8..b06bb9fb25 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -122,7 +122,7 @@ jobs: products: Optimization_Toolbox Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index c48f9ef1d2..f9937b7455 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -136,7 +136,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_all_sq.yml b/.github/workflows/profile_all_sq.yml index acc52cfb7b..df59c91075 100644 --- a/.github/workflows/profile_all_sq.yml +++ b/.github/workflows/profile_all_sq.yml @@ -125,7 +125,7 @@ jobs: products: Optimization_Toolbox Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 5091f16ffb..30855b9968 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -105,7 +105,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index 28204e7c43..47417b33ca 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -106,7 +106,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index 99a3f4120b..84673dc320 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -121,7 +121,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index cfc9f8dedd..d98adc6216 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -109,7 +109,7 @@ jobs: products: Optimization_Toolbox Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 7dc89dd59a..a992c69100 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -108,7 +108,7 @@ jobs: $SEDI "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 601e9a7917..14d9344ebe 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -113,7 +113,7 @@ jobs: $SEDI "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_integer_kind.yml b/.github/workflows/profile_integer_kind.yml index 843a6b621d..1fb0242ba9 100644 --- a/.github/workflows/profile_integer_kind.yml +++ b/.github/workflows/profile_integer_kind.yml @@ -118,7 +118,7 @@ jobs: $SEDI "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_intrinsic_linalg.yml b/.github/workflows/profile_intrinsic_linalg.yml index ab608d6b4c..61c6022ad4 100644 --- a/.github/workflows/profile_intrinsic_linalg.yml +++ b/.github/workflows/profile_intrinsic_linalg.yml @@ -129,7 +129,7 @@ jobs: cd fortran/common && bash ./get_intrinsic_linalg && mv intrinsic_linalg.f90 linalg.f90 && cat linalg.f90 - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | blacklist = {}; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index a1351ad428..8a1cfbabfe 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -115,7 +115,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index edf1cc4498..ea652b54b5 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -106,7 +106,7 @@ jobs: products: Optimization_Toolbox Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index 24fd58ecf9..14d907d2aa 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -105,7 +105,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index 0739cea9fb..3b24e3775a 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -106,7 +106,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_npt.yml b/.github/workflows/profile_npt.yml index f627ef9528..7610784a11 100644 --- a/.github/workflows/profile_npt.yml +++ b/.github/workflows/profile_npt.yml @@ -145,7 +145,7 @@ jobs: cat postprima.m - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 413d5cb27a..be5e49c7a5 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -110,7 +110,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index a445c21e49..781d84f11c 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -100,7 +100,7 @@ jobs: products: Optimization_Toolbox Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_rescue_idz_classical.yml b/.github/workflows/profile_rescue_idz_classical.yml index bdc66718b3..07b85b8df8 100644 --- a/.github/workflows/profile_rescue_idz_classical.yml +++ b/.github/workflows/profile_rescue_idz_classical.yml @@ -109,7 +109,7 @@ jobs: mv "$RESCUE_IDZ_DIR"/* ./ - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_rescue_idz_modernized.yml b/.github/workflows/profile_rescue_idz_modernized.yml index ca0575e8ab..95d27e41c4 100644 --- a/.github/workflows/profile_rescue_idz_modernized.yml +++ b/.github/workflows/profile_rescue_idz_modernized.yml @@ -109,7 +109,7 @@ jobs: mv "$RESCUE_IDZ_DIR"/* ./ - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 6b7d007b0b..04e4810a8f 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -101,7 +101,7 @@ jobs: products: Optimization_Toolbox Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index b020ce59b9..f936dc315a 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -105,7 +105,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index 899e11f7ff..2285d1e09d 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -108,7 +108,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 0ca2860296..17dcd8ac40 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -145,7 +145,7 @@ jobs: products: Optimization_Toolbox Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index 50ca718d8b..f1e7c33f65 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -125,7 +125,7 @@ jobs: cat fortran/common/ppf.h - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index 71ba689865..128e996c5c 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -165,7 +165,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.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 2e87c6be36..2dce184f34 100644 --- a/.github/workflows/test_matlab_linux.yml +++ b/.github/workflows/test_matlab_linux.yml @@ -131,7 +131,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/test_matlab_mac_intel.yml b/.github/workflows/test_matlab_mac_intel.yml index 8ae6e319a2..da71517528 100644 --- a/.github/workflows/test_matlab_mac_intel.yml +++ b/.github/workflows/test_matlab_mac_intel.yml @@ -94,7 +94,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.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 84051b6394..e987462279 100644 --- a/.github/workflows/test_matlab_windows.yml +++ b/.github/workflows/test_matlab_windows.yml @@ -94,7 +94,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | cd matlab/tests; testprima_ex(); diff --git a/.github/workflows/verify_archiva.yml b/.github/workflows/verify_archiva.yml index c25c25999c..81e34525ff 100644 --- a/.github/workflows/verify_archiva.yml +++ b/.github/workflows/verify_archiva.yml @@ -106,7 +106,7 @@ jobs: products: Parallel_Computing_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/verify_big.yml b/.github/workflows/verify_big.yml index 6e134dcf65..17b66de372 100644 --- a/.github/workflows/verify_big.yml +++ b/.github/workflows/verify_big.yml @@ -109,7 +109,7 @@ jobs: $SEDI "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/verify_large.yml b/.github/workflows/verify_large.yml index f7c8499335..8a1d980ef0 100644 --- a/.github/workflows/verify_large.yml +++ b/.github/workflows/verify_large.yml @@ -108,7 +108,7 @@ jobs: $SEDI "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver; diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index f4ce0d8e15..a2196ae89c 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -107,7 +107,7 @@ jobs: $SEDI "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m - name: Conduct the test - uses: matlab-actions/run-command@v2.2.1 + uses: matlab-actions/run-command@v2.2.2 with: command: | ver;