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