1
0
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:
Be 2021-07-17 13:05:38 -05:00 committed by Panagiotis Vasilopoulos
parent af2b77bf47
commit 0e84ddc446

View File

@ -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