Skip to content

Commit

Permalink
ci: remove XCode generator as it's not working with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed May 7, 2024
1 parent fad4551 commit 6bcdfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
generator: ['Unix Makefiles', Xcode]
generator: ['Unix Makefiles']
build_type: [Debug, Release]
include:
- build_type: Debug
Expand Down

0 comments on commit 6bcdfb6

Please sign in to comment.