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