Skip to content

Commit

Permalink
Update MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas committed Dec 29, 2023
1 parent fef82ea commit 4edc233
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ jobs:
cxx_compiler: g++
os: macos-latest

- name: cmake-win64:msvc2019-rel
- name: cmake-win64:msvc-rel
build_system: cmake
cmake_generator: Visual Studio 16 2019
cmake_generator: Visual Studio 17 2022
cmake_config: Release
os: windows-2019
os: windows-latest

- name: cmake-win64:msvc2019-dbg
- name: cmake-win64:msvc-dbg
build_system: cmake
cmake_generator: Visual Studio 16 2019
cmake_generator: Visual Studio 17 2022
cmake_config: Debug
os: windows-2019
os: windows-latest

- name: fuzz:clang15
build_system: fuzz
Expand Down

0 comments on commit 4edc233

Please sign in to comment.