fix: update MacOS build configuration in GitHub Actions workflow to set deployment target and compatibility flags
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -79,8 +79,10 @@ jobs:
|
|||||||
- name: Build MacOS x86 executable
|
- name: Build MacOS x86 executable
|
||||||
env:
|
env:
|
||||||
ARCHFLAGS: "-arch x86_64"
|
ARCHFLAGS: "-arch x86_64"
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: "10.15"
|
||||||
|
SYSTEM_VERSION_COMPAT: "1"
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --target-arch x86_64 CursorKeepAlive.spec
|
pyinstaller CursorKeepAlive.spec
|
||||||
|
|
||||||
- name: Upload MacOS x86 artifact
|
- name: Upload MacOS x86 artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user