Skip to content

Commit 7308391

Browse files
Merge pull request #4 from connectivecpp/develop
Updating to latest Catch2 and macos-15 on GH action runner and Asio lib
2 parents 0f81a4c + 1e98d68 commit 7308391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_matrix:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-14]
15+
os: [ubuntu-latest, windows-latest, macos-15]
1616
runs-on: ${{ matrix.os }}
1717
defaults:
1818
run:

cmake/download_asio_cpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set ( THREADS_PREFER_PTHREAD_FLAG TRUE )
1111
find_package ( Threads REQUIRED )
1212

1313
include ( cmake/download_cpm.cmake )
14-
CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-31-0@1.31.0" )
14+
CPMAddPackage ( "gh:chriskohlhoff/asio#asio-1-32-0@1.32.0" )
1515

1616
# ASIO doesn't use CMake, we have to configure it manually. Extra notes for using on Windows:
1717
#

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( periodic_timer_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

2020
set ( CMAKE_THREAD_PREFER_PTHREAD TRUE )
2121
set ( THREADS_PREFER_PTHREAD_FLAG TRUE )

0 commit comments

Comments
 (0)