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(bundle): use signed AXe archive on non-macOS CI
On Linux CI runners (e.g. Ubuntu), codesign is unavailable so the
Homebrew unsigned AXe archive produces binaries that macOS kills on
execution (SIGKILL). Use the pre-signed legacy archive on non-macOS
so pkg.pr.new preview packages ship with properly signed binaries.
0 commit comments