diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f6600f2..56ebf89 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15, macos-11, macos-12] + os: [macos-12, macos-13, macos-14] build_type: ["Debug", "Release"] runs-on: ${{matrix.os}} diff --git a/cmake/doctest.cmake b/cmake/doctest.cmake index 66f26de..c2480c2 100644 --- a/cmake/doctest.cmake +++ b/cmake/doctest.cmake @@ -1,4 +1,4 @@ -set(BURST_DOCTEST_VERSION 2.3.4) +set(BURST_DOCTEST_VERSION 2.4.11) set(BURST_DOCTEST_REPOSITORY https://github.com/doctest/doctest.git) find_package(doctest ${BURST_DOCTEST_VERSION}) @@ -14,7 +14,7 @@ else() GIT_REPOSITORY ${BURST_DOCTEST_REPOSITORY} GIT_TAG - ${BURST_DOCTEST_VERSION} + v${BURST_DOCTEST_VERSION} ) FetchContent_MakeAvailable(doctest) endif()