Skip to content

Commit f36a4e8

Browse files
Merge pull request #21 from connectivecpp/develop
Merge develop to main
2 parents f133215 + fe4e88c commit f36a4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_run_unit_test_cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build_matrix:
1717
strategy:
1818
matrix:
19-
# os: [ubuntu-latest, windows-latest, macos-14]
19+
# os: [ubuntu-latest, windows-latest, macos-15]
2020
os: [ubuntu-latest, windows-latest]
2121
runs-on: ${{ matrix.os }}
2222
defaults:

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( wait_queue_test PRIVATE cxx_std_20 )
1515
# add dependencies
1616
include ( ../cmake/download_cpm.cmake )
1717

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
1919
CPMAddPackage ( "gh:martinmoene/[email protected]" )
2020
# CPMAddPackage ( "gh:JustasMasiulis/circular_buffer@master" )
2121
CPMAddPackage ( NAME circular_buffer

0 commit comments

Comments
 (0)