mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 05:07:40 +02:00
[eric] ci: dogfood stays Windows-only, its steps are the Windows build and the restored Mac leg failed before dogfooding anything; a Mac leg needs its own build step (ENG-486)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
9ff73b779f
commit
df324b8af8
@@ -36,9 +36,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# The macOS leg was dropped once for runner starvation and mac-only failures nobody
|
||||
# owned; the desktop app ships to Macs first, so it is back, and a red leg is a finding.
|
||||
os: [windows-latest, macos-latest]
|
||||
# Windows-only, and not by neglect: every step below is the Windows build
|
||||
# (build-app-win.ps1), so a macOS leg fails at "Downloading uv for Windows" before it
|
||||
# dogfoods anything (tried 2026-09-06, run 34071494346). A Mac leg needs its own build
|
||||
# step (scripts/build-app.sh) and a Mac dogfood driver; until then a red leg is noise.
|
||||
os: [windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user