mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
GH Actions: use GCC on macOS
Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
parent
af2b77bf47
commit
0e84ddc446
3
.github/workflows/cmake_build.yml
vendored
3
.github/workflows/cmake_build.yml
vendored
@ -42,6 +42,9 @@ jobs:
|
||||
os: macos-latest
|
||||
arch: Intel # as reported by Apple menu > About This Mac
|
||||
generator: Unix Makefiles
|
||||
# LAME only builds in Conan when not using the Xcode generator if explicitly setting GCC
|
||||
cc: gcc
|
||||
cxx: g++
|
||||
compiler_cache: ccache
|
||||
compiler_cache_path: ~/Library/Caches/ccache
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user