Skip to content

Commit

Permalink
change vm version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxymh committed Dec 10, 2020
1 parent d32ebc9 commit 1c35304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'

0 comments on commit 1c35304

Please sign in to comment.