Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislau Szomoru <3372902+lszomoru@users.noreply.github.com>2022-02-28 12:18:16 +0300
committerGitHub <noreply@github.com>2022-02-28 12:18:16 +0300
commit3698976d03e70b3392d8808d3b138c6d12b8cb9b (patch)
treea8b901c5a4b57bf551e51de26f854c8f84d23a24 /.github
parentd35ee52e1d8e37360f57c3e10fabd6f404f0ea6b (diff)
Update ci.yml
Pin windows runner to 2019 image
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6f53980790a..223f934d347 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
jobs:
windows:
name: Windows
- runs-on: windows-latest
+ runs-on: windows-2019
timeout-minutes: 60
env:
CHILD_CONCURRENCY: "1"