Commit 401af1e
authored
ci: fix and update all workflows (#50)
Replace macos-13 runners with macos-latest. The macos-13 runners are
no longer available, causing all macOS CI jobs in the system and
packaged_tarball workflows to be cancelled every week since late 2025.
Update the Ruby matrix across all workflows from [3.0, 3.1, 3.2, 3.3,
3.4, head] to [3.2, 3.3, 3.4, 4.0, head], dropping EOL rubies and
adding 4.0.
Pass CONFIGURE_ARGS with the homebrew libyaml prefix on macOS in the
system workflow. The ruby-dev-builder prebuilt head binary is configured
with --with-openssl-dir and --with-readline-dir but not --with-opt-dir,
so on ARM macOS runners (where homebrew installs to /opt/homebrew rather
than /usr/local) the compiler can't find yaml.h without explicit paths.1 parent 8f32001 commit 401af1e
4 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
0 commit comments