1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 01:20:51 +00:00

ci: use the default macOS SDK at build time

This commit is contained in:
Matan Kushner 2021-12-21 23:05:49 +03:00
parent af049d5bc9
commit 8f84f7cf88
No known key found for this signature in database
GPG Key ID: BFF10DF8EAA776DD

View File

@ -33,11 +33,11 @@ jobs:
name: starship-arm-unknown-linux-musleabihf.tar.gz
- target: x86_64-apple-darwin
os: macOS-latest
os: macOS-11
name: starship-x86_64-apple-darwin.tar.gz
- target: aarch64-apple-darwin
os: macOS-latest
os: macOS-11
name: starship-aarch64-apple-darwin.tar.gz
- target: x86_64-pc-windows-msvc
@ -81,9 +81,6 @@ jobs:
- name: Build | Build
uses: actions-rs/cargo@v1.0.3
# TODO: Remove this once it's the default
env:
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
with:
command: build
args: --release --locked --features tls-vendored --target ${{ matrix.target }}