Skip to content

Commit

Permalink
update ci osx
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed May 3, 2024
1 parent f9566a0 commit ffa651d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
build_osx:
runs-on: macOS-latest
name: "OS X Clang (C++20, Release)"
name: "OS X Clang (C++17, Release)"
steps:
- uses: actions/checkout@main
- name: Build
run: |
mkdir -p build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_STANDARD=20 \
-DCMAKE_CXX_STANDARD=17 \
-DSPDLOG_BUILD_EXAMPLE=ON \
-DSPDLOG_BUILD_WARNINGS=ON \
-DSPDLOG_BUILD_BENCH=OFF \
Expand Down

0 comments on commit ffa651d

Please sign in to comment.