Skip to content

Commit 83345b4

Browse files
alexzhangsclaude
andcommitted
ci: make zsh jobs gating now that xsh 0.7.0 is released
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 58dca59 commit 83345b4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci-unittest.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
# bash is the historical target; zsh is the macOS default login shell.
1414
# Utilities run under zsh's ksh emulation (provided by xsh).
1515
shell: [bash, zsh]
16-
# The zsh jobs install xsh from alexzhangs/xsh master, which doesn't yet
17-
# carry zsh support — so they stay red until that release lands. Keep them
18-
# non-blocking until then. TODO: remove once a zsh-supporting xsh is
19-
# released to master.
20-
continue-on-error: ${{ matrix.shell == 'zsh' }}
2116

2217
steps:
2318
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)