Skip to content

Commit

Permalink
ci: Set MacOS deployment target at 10.7 in CI (starship#3973)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipbuster authored May 9, 2022
1 parent c8cd3d0 commit 296d55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296d55f

Please sign in to comment.