未验证 提交 f8391dae 编写于 作者: J Jim 提交者: GitHub

Merge pull request #2545 from RytoEX/ci-update-linux

CI: Update Linux CI from Ubuntu 16.04 to 18.04
......@@ -14,7 +14,7 @@ variables:
jobs:
- job: Prebuild
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- bash: |
if curl -s "https://api.github.com/repos/$BUILD_REPOSITORY_ID/issues/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER/labels" | grep '"name": "Seeking Testers"'
......@@ -116,7 +116,7 @@ jobs:
variables:
prHasCILabel: $[ dependencies.Prebuild.outputs['checkPrLabel.prHasCILabel'] ]
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- script: git submodule update --init --recursive
displayName: 'Checkout Submodules'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册