We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7aede7 commit 8e101dfCopy full SHA for 8e101df
.github/workflows/build_and_test-mac.yaml
@@ -14,9 +14,9 @@ concurrency:
14
cancel-in-progress: ${{github.event_name == 'pull_request'}}
15
16
jobs:
17
- build:
18
- name: macOS 14 (M1)
19
- runs-on: macos-14
+ build-macos:
+ name: macOS 15 (M1)
+ runs-on: macos-15
20
env:
21
FANS_BUILD_DIR: build
22
strategy:
CMakeLists.txt
@@ -14,7 +14,7 @@ include(CMakePackageConfigHelpers)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
-#set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 11)
# with -fno-implicit-templates I get linker errors when using std:: stuff
# TODO: should be developer specific, by using e.g. CMake Presets
0 commit comments