File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ jobs:
4343 run : " npm install -g @go-task/cli"
4444
4545 - if : " 'macos-14' == matrix.os"
46- name : " Install macOS 14 deps: coreutils (for md5sum)"
46+ name : " Install coreutils (for md5sum)"
4747 run : |-
4848 brew install coreutils
4949
5050 - name : " Run unit tests and examples"
51+
5152 # Currently unit tests rely on cassert and fail to compile in release mode.
5253 run : |-
5354 task test:run-debug
Original file line number Diff line number Diff line change 22# with the C++20 features required by the project.
33
44# Checks if the compiler ID and version meet the minimum requirements to support C++20 features
5- # required by the project:
6- # - AppleClang: version 15+
7- # - Clang: version 15+
8- # - GNU: version 11+
5+ # required by the project.
96function (validate_compiler_versions)
107 if ("AppleClang" STREQUAL "${CMAKE_CXX_COMPILER_ID} " )
118 set (CXX_COMPILER_MIN_VERSION "15" )
You can’t perform that action at this time.
0 commit comments