Skip to content

Commit

Permalink
Updated the Windows CI build to Visual Studio 2022.
Browse files Browse the repository at this point in the history
VS 2019 was finally removed from the windows-latest runners...
  • Loading branch information
krasznaa committed Feb 24, 2022
1 parent 75f167b commit 3525e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VecMem project, part of the ACTS project (R&D line)
#
# (c) 2021 CERN for the benefit of the ACTS project
# (c) 2021-2022 CERN for the benefit of the ACTS project
#
# Mozilla Public License Version 2.0

Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
- OS: "macos-latest"
GENERATOR: "Xcode"
- OS: "windows-latest"
GENERATOR: "Visual Studio 16 2019"
GENERATOR: "Visual Studio 17 2022"

# The system to run on.
runs-on: ${{ matrix.PLATFORM.OS }}
Expand Down

0 comments on commit 3525e45

Please sign in to comment.