Skip to content

Commit 7362d73

Browse files
Updating to latest Catch2 and macos-15 on GH action runner
1 parent dbf1e3a commit 7362d73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
build_matrix:
1717
strategy:
1818
matrix:
19-
# os: [ubuntu-latest, windows-latest, macos-14]
20-
os: [ubuntu-latest, windows-latest]
19+
os: [ubuntu-latest, windows-latest, macos-15]
20+
# os: [ubuntu-latest, windows-latest]
2121
runs-on: ${{ matrix.os }}
2222
defaults:
2323
run:

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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/ring-span-lite@0.7.0" )
2020
# CPMAddPackage ( "gh:JustasMasiulis/circular_buffer@master" )
2121
CPMAddPackage ( NAME circular_buffer

0 commit comments

Comments
 (0)