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
Release CI: drop the retired macos-13 Intel VPN job (arm64-only VPN)
GitHub retired the free macos-13 Intel runner, leaving the intel-vpn job queued
indefinitely. Remove it and build VPN tools arm64-only on the macos-15 runner.
The app remains universal (swift build --arch arm64 --arch x86_64) and runs on
Intel Macs; only the bundled OpenVPN/WireGuard binaries are Apple-Silicon-only.
Universal VPN can be restored later via a paid macos-*-large Intel runner.