mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
GH Actions: use Unix Makefiles CMake generator on macOS
The XCode generator does not work with CMake's CMAKE_C_COMPILER_LAUNCHER / CMAKE_CXX_COMPILER_LAUNCHER for compiler caching. Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
2
.github/workflows/cmake_build.yml
vendored
2
.github/workflows/cmake_build.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: macOS_Intel
|
||||
os: macos-latest
|
||||
arch: Intel # as reported by Apple menu > About This Mac
|
||||
generator: Xcode
|
||||
generator: Unix Makefiles
|
||||
|
||||
- name: Windows_32bit
|
||||
os: windows-latest
|
||||
|
Reference in New Issue
Block a user