fix(ci): correct release-package destination specifier for v0.0.1 #29

Merged
gronod merged 1 commits from develop into main 2026-09-08 14:15:24 +01:00
Owner

Fixes the release-package job failure from run #50: xcodebuild rejects generic/platform=macOS,arch=x86_64 on this toolchain ("Any Mac does not support the arch option"). Switches the Release build to platform=macOS,arch=x86_64 — the destination already proven by build-and-test — and corrects the same specifier in README.md and AGENTS.md.

After merge, v0.0.1 will be re-tagged on the new main HEAD to re-trigger the release pipeline.

Fixes the `release-package` job failure from run [#50](https://git.i3omb.com/gronod/MacMonitor/actions/runs/26483): `xcodebuild` rejects `generic/platform=macOS,arch=x86_64` on this toolchain ("Any Mac does not support the arch option"). Switches the Release build to `platform=macOS,arch=x86_64` — the destination already proven by `build-and-test` — and corrects the same specifier in README.md and AGENTS.md. After merge, `v0.0.1` will be re-tagged on the new `main` HEAD to re-trigger the release pipeline.
gronod added 1 commit 2026-09-08 14:15:16 +01:00
The generic 'generic/platform=macOS,arch=x86_64' destination is rejected by
the runner's Xcode ("Any Mac" does not support the arch option), failing the
release-package build. Match the working build-and-test destination.
Also correct the same specifier in README.md and AGENTS.md.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
gronod added the Bug/DevOps
Priority
High
2
Project/Antigravity
labels 2026-09-08 14:15:22 +01:00
gronod merged commit b1c86f1ee8 into main 2026-09-08 14:15:24 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gronod/MacMonitor#29