From 3f1c7234e916b7e894270f781ec02024e67fe362 Mon Sep 17 00:00:00 2001 From: samuel40791765 Date: Fri, 13 Oct 2023 18:43:11 +0000 Subject: [PATCH] upgrade to larger instance for msvc2019/2022 CI --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3d8734c3a7a..428aaf75511 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ env: jobs: MSVC-2019: - runs-on: windows-2019 + runs-on: temporary-performance-testing_windows-2019_8-core steps: - name: Git clone the repository uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: .\tests\ci\run_windows_tests.bat "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 MSVC-2022: - runs-on: windows-2022 + runs-on: temporary-performance-testing_windows-2022_8-core steps: - name: Git clone the repository uses: actions/checkout@v3