Commit 9f14ab0
committed
Fix errors building Ruby 3.1 on macos 15
by pinning to macos-14. I believe this problem started when Github
upgraded to macOS 15:
> The macos-latest label will migrate to macOS 15 beginning August 4, 2025
The error when system libraries are disabled:
./libtool: line 1871: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: No such file or directory
The error when system libraries are enabled:
make: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: No such file or directory
(cherry picked from commit 1dac08d)1 parent 1dcd8ce commit 9f14ab0
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
| |||
526 | 528 | | |
527 | 529 | | |
528 | 530 | | |
529 | | - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
530 | 534 | | |
531 | 535 | | |
532 | 536 | | |
| |||
0 commit comments