Skip to content

Commit

Permalink
Xcode?
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 17, 2024
1 parent f4b016e commit 318a9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- plat: macos-latest
triplet: x64-osx
csharp: mono
toolchain: brew install ninja
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -G ninja
toolchain: null
cmakeflags: -G Xcode -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF
vcpkg: true
runs-on: ${{ matrix.plat }}
continue-on-error: true
Expand Down

0 comments on commit 318a9e7

Please sign in to comment.