Skip to content

Commit 4083a27

Browse files
DanMeonclaude
andcommitted
ci: macOS smoke 잡 비활성화 (상류 #823 미해결)
GHA macos runner 에서 v0.6.0+ PNG 렌더 경로가 CoreText downloadable lookup IPC 영구 대기로 30분+ hang — 시스템 폰트 사전 필터링이 상류 패치되기 전까지 PR 의 wheel 검증을 차단한다. test-other-os 매트릭스 에서 macos-latest 만 제거하고 Windows 는 유지 (복귀 시 한 줄 되돌리기 용이). 상류 fix 머지 시 복귀. Refs edwardkim/rhwp#823 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e3b2232 commit 4083a27

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@ jobs:
154154
strategy:
155155
fail-fast: false
156156
matrix:
157-
os: [macos-latest, windows-latest]
157+
# ^ macos-latest 는 상류 edwardkim/rhwp#823 (headless macOS 에서 PNG 렌더
158+
# hang — CoreText downloadable lookup IPC 영구 대기) 해결 시 복귀.
159+
# 현재 GHA macos runner 에서 30분+ hang 으로 wheel 검증이 불가.
160+
os: [windows-latest]
158161
defaults:
159162
run:
160163
shell: bash

0 commit comments

Comments
 (0)