ci: Use MACOS_DEPLOYMENT_TARGET
authorJuan Ramos <juan@lunarg.com>
Fri, 21 Oct 2022 16:36:55 +0000 (10:36 -0600)
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>
Mon, 24 Oct 2022 17:44:00 +0000 (11:44 -0600)
commit616c407893a935101d2e3ba0812dcacc2b3e303f
treeba1308bc5a716795b057dbe39558694969717b49
parent0a3b52945c40ecac86c09139b35e753912e5dbcf
ci: Use MACOS_DEPLOYMENT_TARGET

- This approach matches what our SDK release process expect
  - Since setting CMAKE_MACOS_DEPLOYMENT_TARGET ignores env variable which SDK
release process uses, which could will cause issues in the future, if
the version is changed
- CMAKE_MACOS_DEPLOYMENT_TARGET doesn't propogate to dependencies via
  update_deps.py
.github/workflows/build.yml
BUILD.md
CMakeLists.txt