From 95f9201682d1ed8db383cdac1b2c6245f8c2e15b Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 7 Sep 2023 18:11:42 +0200 Subject: [PATCH] xcode --- .github/workflows/macos.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 77a6f9005..e27bf3b61 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: matrix: std: [14, 17, 20] include: - - generator: Ninja + - generator: Xcode - build_type: Debug steps: @@ -19,9 +19,7 @@ jobs: - name: Setup Dependencies run: | - brew install \ - lcov \ - ninja + brew install lcov - name: Setup Environment if: matrix.build_type == 'Debug'