Skip to content

Commit

Permalink
xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Sep 7, 2023
1 parent 7c0f3cb commit 95f9201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ jobs:
matrix:
std: [14, 17, 20]
include:
- generator: Ninja
- generator: Xcode
- build_type: Debug

steps:
- uses: actions/checkout@v3

- name: Setup Dependencies
run: |
brew install \
lcov \
ninja
brew install lcov
- name: Setup Environment
if: matrix.build_type == 'Debug'
Expand Down

0 comments on commit 95f9201

Please sign in to comment.