set MACOSX_DEPLOYMENT_TARGET=12.0 (#7947)

This commit is contained in:
Lifei Zhou
2026-03-21 00:41:08 +11:00
committed by GitHub
parent d7676114b3
commit 354e2e1d5f
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -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)
+4
View File
@@ -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