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
+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