Skip to content

Commit

Permalink
upgrade to larger instance for msvc2019/2022 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Oct 13, 2023
1 parent 6f84992 commit 3f1c723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3f1c723

Please sign in to comment.