Commit f2d1181
authored
This pull request updates the supported macOS runner versions for CI
workflows and documentation, removing references to the deprecated
`macos-13` runners and introducing `macos-15-intel` as the new x64 build
and test environment. These changes ensure the project uses currently
supported and available GitHub Actions runners, improving compatibility
and reliability.
**CI Workflow Updates:**
* Replaced `macos-13` (x64) with `macos-15-intel` in the build matrix
for `.github/workflows/llvm-build-bump-pr.yml`, ensuring x64 builds use
the latest supported runner.
* Updated the test matrix in `.github/workflows/test-cross-platform.yml`
to add `macos-15-intel` and remove `macos-13`, aligning test
environments with available runners.
**Documentation Updates:**
* Removed `macOS 13` and `macOS 13 Arm64` from the supported runners
table in `website/docs/get-started/supported.md`, reflecting the
deprecation of these environments.
* Updated the binary build/test image table in
`website/docs/get-started/supported.md` to use `macos-15-intel` for
`darwin-x64` builds and tests instead of `macos-13`.
1 parent 9cedc04 commit f2d1181
File tree
3 files changed
+4
-6
lines changed- .github/workflows
- website/docs/get-started
3 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
| 286 | + | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
80 | | - | |
| 78 | + | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
| |||
0 commit comments