mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 15:56:28 +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
|
CARGO_NET_RETRY: 10
|
||||||
RUST_BACKTRACE: short
|
RUST_BACKTRACE: short
|
||||||
RUSTUP_MAX_RETRIES: 10
|
RUSTUP_MAX_RETRIES: 10
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 10.7
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Update release PR
|
# Update release PR
|
||||||
|
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
@ -15,6 +15,7 @@ env:
|
|||||||
RUST_BACKTRACE: short
|
RUST_BACKTRACE: short
|
||||||
RUSTFLAGS: "-D warnings"
|
RUSTFLAGS: "-D warnings"
|
||||||
RUSTUP_MAX_RETRIES: 10
|
RUSTUP_MAX_RETRIES: 10
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 10.7
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Run the `rustfmt` code formatter
|
# Run the `rustfmt` code formatter
|
||||||
|
Loading…
Reference in New Issue
Block a user