mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-03 04:49:26 +00:00
ci: build macOS Intel on macos-15-intel
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user