1
0
Fork 0

Target macOS 10.13 on the CI

This commit is contained in:
Robbert van der Helm 2022-09-15 14:27:51 +02:00
parent 45b609791d
commit 16010c076c

View file

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