ci: fix the macOS release

This commit is contained in:
zimbatm 2022-05-03 10:11:16 +02:00
parent e9dbeabd15
commit fa441e93aa
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -72,9 +72,6 @@ jobs:
- name: Build | Build
uses: actions-rs/cargo@v1
# TODO: Remove this once it's the default
env:
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
with:
command: build
args: --release --locked --target ${{ matrix.target }}