ci: build macOS Intel on macos-15-intel

This commit is contained in:
Rohit C Prasad
2026-07-30 15:38:28 -07:00
parent ae7256f6b9
commit bfabfaadd4
2 changed files with 7 additions and 3 deletions
+5 -3
View File
@@ -43,11 +43,13 @@ jobs:
fail-fast: false
matrix:
include:
# No Intel macOS target: macos-13 (the last Intel runner image) is deprecated and
# its queue waits run to hours, which blocks the release job. Intel Macs are
# 2020-and-earlier hardware — revisit only if beta users actually ask.
- os: macos-latest # Apple Silicon
slug: macos-arm64
# Intel macOS: macos-13 retired in Dec 2025; macos-15-intel replaced it and is
# the LAST x86_64 image Actions will offer (available until Aug 2027). Builds
# natively — the sidecar is a PyInstaller freeze, which cannot cross-compile.
- os: macos-15-intel
slug: macos-x64
- os: windows-latest
slug: windows
runs-on: ${{ matrix.os }}