Skip to content

Commit

Permalink
Merge pull request phbasler#105 from phbasler/Catch332
Browse files Browse the repository at this point in the history
Bump catch to 3.3.2
  • Loading branch information
phbasler authored Mar 3, 2023
2 parents 5ad950a + 90a726b commit 50f950a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install conan
run: pip install conan
run: pip install conan<2.0
- name: Refresh Shell
run: refreshenv
- name: Get number of CPU cores
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(NOT Catch2_FOUND)
Catch2
GIT_SHALLOW TRUE
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.1.0)
GIT_TAG v3.3.2)
FetchContent_MakeAvailable(Catch2)

set(CodeCoverageExcludesFromOtherPkgs
Expand Down

0 comments on commit 50f950a

Please sign in to comment.