Skip to content

Commit 6ac6a41

Browse files
Updating to latest Catch2 and macos-15 on GH action runner
1 parent 794e6e1 commit 6ac6a41

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]
1717
runs-on: ${{ matrix.os }}
1818
defaults:

test/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ project ( binary_serialize_test LANGUAGES CXX )
1111
# add dependencies
1212
include ( ../cmake/download_cpm.cmake )
1313

14-
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
15-
CPMAddPackage ( "gh:connectivecpp/[email protected].3" )
14+
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
15+
CPMAddPackage ( "gh:connectivecpp/[email protected].4" )
1616

1717
set ( test_app_names byteswap_test
1818
extract_append_test

0 commit comments

Comments
 (0)