From dbf09bddd9249c45ea00a216f7e0606e30c376f0 Mon Sep 17 00:00:00 2001 From: srz-zumix Date: Sun, 9 Dec 2018 12:52:17 +0900 Subject: [PATCH] fix pool --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e88f397948..aac5b767f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,8 @@ jobs: - job: syntax_test + pool: + vmImage: ubuntu-16.04 steps: - script: make -C test -j4 syntax_tests_run displayName: 'syntax test'