mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
set MACOSX_DEPLOYMENT_TARGET=12.0 (#7947)
This commit is contained in:
@@ -35,6 +35,8 @@ jobs:
|
||||
bundle-desktop-intel:
|
||||
runs-on: macos-latest
|
||||
name: Bundle Desktop App on Intel macOS
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: "12.0"
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
@@ -65,7 +67,7 @@ jobs:
|
||||
- name: Cache Rust dependencies
|
||||
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||
with:
|
||||
key: intel
|
||||
key: intel-macos-deployment-target-12
|
||||
|
||||
|
||||
- name: Build goose-server for Intel macOS (x86_64)
|
||||
|
||||
@@ -37,6 +37,8 @@ jobs:
|
||||
bundle-desktop:
|
||||
runs-on: macos-latest
|
||||
name: Bundle Desktop App on macOS
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: "12.0"
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
@@ -109,6 +111,8 @@ jobs:
|
||||
|
||||
- name: Cache Rust dependencies
|
||||
uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
key: macos-deployment-target-12
|
||||
|
||||
# Build the project
|
||||
- name: Build goosed
|
||||
|
||||
Reference in New Issue
Block a user