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

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan <29021710+Saalvage@users.noreply.github.com>2022-02-14 20:22:45 +0300
committerGitHub <noreply@github.com>2022-02-14 20:22:45 +0300
commitf54a4e4e2773fa07c7e3bb578a2026f4d3c2c6e9 (patch)
tree43f17d78341103b1a781c2e1494b19250ec38547
parent110d30562659947a2fcfed86f81289e0c95b2be5 (diff)
Explicit windows-2019 environment
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6f1de070..0d9e7dc2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -263,7 +263,7 @@ jobs:
ci-msvs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
- runs-on: ${{ matrix.toolset == 'v143' && 'windows-2022' || 'windows-latest' }}
+ runs-on: ${{ matrix.toolset == 'v143' && 'windows-2022' || 'windows-2019' }}
strategy:
fail-fast: false