mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
ci: Set MacOS deployment target at 10.7 in CI (#3973)
This commit is contained in:
parent
c8cd3d06b6
commit
296d55f47e
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
@ -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
Block a user