diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index 2e93310..3d32478 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -55,6 +55,7 @@ jobs: os: macos-latest preinstall: brew install ninja zlib p7zip cflags: -O3 -gline-tables-only -DNDEBUG + env: MACOSX_DEPLOYMENT_TARGET=10.9 cmake: > "-DCMAKE_C_COMPILER=clang" "-DCMAKE_CXX_COMPILER=clang++"