From d4216900e61759038e03a46c0d3a7ca0f24a80e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 11 Mar 2020 23:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Deploy:=20update=20Windows=20vmI?= =?UTF-8?q?mage=20(#6109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚀 Deploy: updtae Windows vmImage * 🚀 Deploy: remove issue ref --- .github/workflows/issue-reference.yml | 13 ------------- azure-pipelines.yml | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .github/workflows/issue-reference.yml diff --git a/.github/workflows/issue-reference.yml b/.github/workflows/issue-reference.yml deleted file mode 100644 index 6900dfed..00000000 --- a/.github/workflows/issue-reference.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: 'Issue ref' - -on: - pull_request: - types: [opened] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: estrada9166/issue-ref@v1 - env: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 983764f2..3dc0f93f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ jobs: - job: Windows pool: - vmImage: 'win1803' + vmImage: 'windows-latest' steps: - task: NodeTool@0 inputs: