Skip to content

Commit

Permalink
use vs 2022 for cpp17
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 21, 2023
1 parent e6c320b commit dfec790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build_windows_msvc_base:
name: MSVC Base Release
name: MSVC 2019 Default Release
runs-on: windows-2019
steps:
- name: Setup MPI
Expand All @@ -26,7 +26,7 @@ jobs:
cmake -E env CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --config Release --target RUN_TESTS --parallel 1
build_windows_msvc_base_cpp14:
name: MSVC Base Release C++ 14
name: MSVC 2019 C++14 Release
runs-on: windows-2019
steps:
- name: Setup MPI
Expand All @@ -47,8 +47,8 @@ jobs:
cmake -E env CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --config Release --target RUN_TESTS --parallel 1
build_windows_msvc_base_cpp17:
name: MSVC Base Release C++ 17
runs-on: windows-2019
name: MSVC 2022 C++17 Release
runs-on: windows-2022
steps:
- name: Setup MPI
uses: mpi4py/setup-mpi@v1
Expand Down

0 comments on commit dfec790

Please sign in to comment.