ci: Set MacOS deployment target at 10.7 in CI (#3973)
This commit is contained in:
parent
c8cd3d06b6
commit
296d55f47e
|
@ -8,6 +8,7 @@ env:
|
|||
CARGO_NET_RETRY: 10
|
||||
RUST_BACKTRACE: short
|
||||
RUSTUP_MAX_RETRIES: 10
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.7
|
||||
|
||||
jobs:
|
||||
# Update release PR
|
||||
|
|
|
@ -15,6 +15,7 @@ env:
|
|||
RUST_BACKTRACE: short
|
||||
RUSTFLAGS: "-D warnings"
|
||||
RUSTUP_MAX_RETRIES: 10
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.7
|
||||
|
||||
jobs:
|
||||
# Run the `rustfmt` code formatter
|
||||
|
|
Loading…
Reference in New Issue