Set MACOSX_DEPLOYMENT_TARGET=12.0 in build-cli.yml (#8525)
This commit is contained in:
@@ -25,6 +25,8 @@ jobs:
|
|||||||
build-cli:
|
build-cli:
|
||||||
name: Build CLI
|
name: Build CLI
|
||||||
runs-on: ${{ matrix.build-on }}
|
runs-on: ${{ matrix.build-on }}
|
||||||
|
env:
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: "12.0"
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -81,7 +83,7 @@ jobs:
|
|||||||
if: matrix.use-cross
|
if: matrix.use-cross
|
||||||
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.architecture }}-${{ matrix.target-suffix }}
|
key: ${{ matrix.architecture }}-${{ matrix.target-suffix }}-macos-deployment-target-12
|
||||||
|
|
||||||
- name: Cache Cargo artifacts (Windows)
|
- name: Cache Cargo artifacts (Windows)
|
||||||
if: matrix.os == 'windows'
|
if: matrix.os == 'windows'
|
||||||
|
|||||||
Reference in New Issue
Block a user