Description
I got the error saying "This task is not supported on darwin runners using the arm64 architecture", while running a pipeline on a arm64 macOS self-hosted runner.
Starting: RunMATLABTests
Task : Run MATLAB Tests
Description : Run MATLAB and Simulink tests and generate artifacts.
Version : 1.12.8
Author : The MathWorks, Inc.
Help :
Generating MATLAB script with content:
addpath('/Users/yitingw/myagent/work/tasks/RunMATLABTests_d9f28863-c9b0-4133-9cb8-a6d4744f30ef/1.12.8/scriptgen');testScript = genscript('Test','JUnitTestResults','test-results/results.xml','CoberturaCodeCoverage','code-coverage/coverage.xml','SourceFolder','code','PDFTestReport','','SimulinkTestResults','','CoberturaModelCoverage','','SelectByTag','','SelectByFolder','','Strict',false,'UseParallel',false,'OutputDetail','','LoggingLevel','');disp('Running MATLAB script with contents:');disp(testScript.Contents);fprintf('________\n\n');run(testScript);
========================== Starting Command Output ===========================
##[error]This task is not supported on darwin runners using the arm64 architecture.
Finishing: RunMATLABTests