summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-12-21 23:05:49 +0300
committerMatan Kushner <hello@matchai.dev>2021-12-21 23:05:49 +0300
commit8f84f7cf882db950d991c69a7d76835498f1878d (patch)
tree447782d1c70e2b1e266d1b54cf4db2f22b219d3b
parentaf049d5bc9d479c0f2e9dd497b74be7a2d4ebcf9 (diff)
ci: use the default macOS SDK at build time
-rw-r--r--.github/workflows/deploy.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f91c1051b..9e897d6f4 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -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 }}