mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
update ci osx
This commit is contained in:
parent
f9566a0101
commit
ffa651d39a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
|
|
||||||
build_osx:
|
build_osx:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
name: "OS X Clang (C++20, Release)"
|
name: "OS X Clang (C++17, Release)"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: Build
|
- name: Build
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_CXX_STANDARD=20 \
|
-DCMAKE_CXX_STANDARD=17 \
|
||||||
-DSPDLOG_BUILD_EXAMPLE=ON \
|
-DSPDLOG_BUILD_EXAMPLE=ON \
|
||||||
-DSPDLOG_BUILD_WARNINGS=ON \
|
-DSPDLOG_BUILD_WARNINGS=ON \
|
||||||
-DSPDLOG_BUILD_BENCH=OFF \
|
-DSPDLOG_BUILD_BENCH=OFF \
|
||||||
|
Loading…
Reference in New Issue
Block a user