mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Target macOS 10.13 on the CI
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -75,6 +75,7 @@ jobs:
|
||||
|
||||
runner_name=${{ matrix.name }}
|
||||
if [[ $runner_name = 'macos-universal' ]]; then
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.13
|
||||
cargo xtask bundle-universal "${package_args[@]}" --release
|
||||
else
|
||||
cross_target=${{ matrix.cross-target }}
|
||||
|
||||
Reference in New Issue
Block a user