chore: remove MacOS x86 build configuration from GitHub Actions workflow to streamline multi-platform support
This commit is contained in:
31
.github/workflows/build.yml
vendored
31
.github/workflows/build.yml
vendored
@@ -59,37 +59,6 @@ jobs:
|
||||
name: CursorPro-MacOS-ARM64
|
||||
path: dist/CursorPro
|
||||
|
||||
build-macos-x86:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Build MacOS x86 executable
|
||||
env:
|
||||
ARCHFLAGS: "-arch x86_64"
|
||||
MACOSX_DEPLOYMENT_TARGET: "10.15"
|
||||
SYSTEM_VERSION_COMPAT: "1"
|
||||
run: |
|
||||
pyinstaller CursorKeepAlive.spec
|
||||
|
||||
- name: Upload MacOS x86 artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CursorPro-MacOS-x86_64
|
||||
path: dist/CursorPro
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user