Skip to content

Commit e645d39

Browse files
authored
ci: remove x86_64 macOS (#1337)
GitHub is removing x86_64 macOS from GitHub Actions in September and Rust is deprecating `x86_64-apple-darwin` to tier 2 with host tools. This job is also usually the slowest, so it's a bottleneck as well. * https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down * https://blog.rust-lang.org/2025/08/19/demoting-x86-64-apple-darwin-to-tier-2-with-host-tools/
2 parents e8af48c + 4f0e7b1 commit e645d39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
os: Linux
1919
arch: x86_64
2020
clang-version: 15
21-
- runner: macos-13
22-
os: macOS
23-
arch: x86_64
24-
clang-version: 17
2521
- runner: macos-15
2622
os: macOS
2723
arch: aarch64

0 commit comments

Comments
 (0)