From 1c3530418824417a5f25b3e6580d92926394d2f1 Mon Sep 17 00:00:00 2001 From: zhxymh Date: Thu, 10 Dec 2020 13:30:08 +0800 Subject: [PATCH] change vm version --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f762c8f..cdd4403 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,7 +56,7 @@ jobs: # All tasks on macOS displayName: Build all tasks (macos) pool: - vmImage: macos-latest + vmImage: macOS-10.14 variables: phpVersion: 7.2 steps: @@ -78,7 +78,7 @@ jobs: php composer-setup.php sudo mv composer.phar /usr/local/bin/composer composer config -g repo.packagist composer https://packagist.phpcomposer.com - composer install --no-interaction --prefer-dist --ignore-platform-reqs + composer install --no-interaction --prefer-dist - script: php phpunit.phar --bootstrap bootstrap.php tests/AElfTest.php displayName: 'test'