fix: Remove macOS Intel target, fix CI
macOS x86_64 not needed (all modern Macs are ARM). 3 targets: Linux x86_64, Windows x86_64, macOS ARM64. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
476885576a
commit
efd1e8ebf4
1 changed files with 0 additions and 4 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -16,9 +16,6 @@ jobs:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
name: KeSp_controller-windows-x86_64.exe
|
name: KeSp_controller-windows-x86_64.exe
|
||||||
- os: macos-13
|
|
||||||
target: x86_64-apple-darwin
|
|
||||||
name: KeSp_controller-macos-intel
|
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
name: KeSp_controller-macos-arm64
|
name: KeSp_controller-macos-arm64
|
||||||
|
|
@ -66,5 +63,4 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
KeSp_controller-linux-x86_64/KeSp_controller-linux-x86_64
|
KeSp_controller-linux-x86_64/KeSp_controller-linux-x86_64
|
||||||
KeSp_controller-windows-x86_64.exe/KeSp_controller-windows-x86_64.exe
|
KeSp_controller-windows-x86_64.exe/KeSp_controller-windows-x86_64.exe
|
||||||
KeSp_controller-macos-intel/KeSp_controller-macos-intel
|
|
||||||
KeSp_controller-macos-arm64/KeSp_controller-macos-arm64
|
KeSp_controller-macos-arm64/KeSp_controller-macos-arm64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue