You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): split macos build into separate x64 and arm64 jobs
Split the macOS build workflow into two separate matrix jobs:
- x64 builds on macos-15 (Intel runner)
- arm64 builds on macos-14 (Apple Silicon runner)
This fixes the x64 macOS build which was failing because the ARM64
sqlite3 native module was being copied to both builds when building
on a single ARM64 runner.
Each architecture now builds on its native runner, ensuring the correct
native modules are compiled/downloaded for each target.
MAS (Mac App Store) universal builds are only built on the arm64 runner.
Artifacts are now uploaded separately per architecture:
- macos-builds-x64
- macos-builds-arm64
0 commit comments