Updated ci to use c++17

This commit is contained in:
gabime
2024-11-26 13:40:03 +02:00
parent 1d66ca8c0b
commit 419b4bd983
3 changed files with 6 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ permissions:
jobs:
build:
runs-on: macOS-latest
name: "macOS Clang (C++11, Release)"
name: "macOS Clang (C++17, Release)"
steps:
- uses: actions/checkout@v4
- name: Build
@@ -16,7 +16,7 @@ jobs:
mkdir -p build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_STANDARD=11 \
-DCMAKE_CXX_STANDARD=17 \
-DSPDLOG_BUILD_EXAMPLE=ON \
-DSPDLOG_BUILD_EXAMPLE_HO=ON \
-DSPDLOG_BUILD_WARNINGS=ON \