Commit da70713
## Summary
- Installs Homebrew bash (4+) on macOS runners before running SDKMAN
installer
- macOS runners ship Bash 3.2 but SDKMAN 5.21+ requires Bash 4+
- The previous zsh workaround failed — SDKMAN's installer uses bashisms
throughout ([confirmed by SDKMAN
team](sdkman/sdkman-cli#1520))
- Only runs on SDKMAN cache miss (~10-15s overhead, rare after first
run)
- Stopgap until mise replaces SDKMAN in the pipeline
## Test plan
- [ ] Verify macOS CI jobs install SDKMAN successfully
- [ ] Verify Linux CI jobs are unaffected (continue using system bash
5.x)
- [ ] Verify cached runs skip both the brew install and SDKMAN install
steps
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1a6fd03 commit da70713
1 file changed
Lines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
76 | 87 | | |
77 | 88 | | |
78 | 89 | | |
| |||
0 commit comments