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: