Skip to content

Commit 09906da

Browse files
Updating to latest Catch2 and macos-15 on GH action runner
1 parent bc47ff6 commit 09906da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_run_unit_test_cmake.yml

+1-1
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
# os: [ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
defaults:

test/CMakeLists.txt

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

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
19-
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.3" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
19+
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.4" )
2020

2121
# link dependencies
2222
target_link_libraries ( shared_buffer_test PRIVATE shared_buffer utility_rack Catch2::Catch2WithMain )

0 commit comments

Comments
 (0)