Port macOS testing to GitHub Actions#9235
Open
alexreinking wants to merge 5 commits into
Open
Conversation
Still in draft mode. Outstanding work: 1. WebGPU via Dawn 2. Remove continue-on-error once the apps pass CI 3. Adding x86 Also this runs coverage on main and should heal the CodeCov bot.
alexreinking
marked this pull request as draft
July 22, 2026 23:29
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9235 +/- ##
=======================================
Coverage ? 70.20%
=======================================
Files ? 255
Lines ? 78929
Branches ? 18879
=======================================
Hits ? 55411
Misses ? 17888
Partials ? 5630 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
Author
|
First draft is working. Going to extend to x86. Won't it be nice to retire the macbots? |
alexreinking
marked this pull request as ready for review
July 23, 2026 03:37
Member
Author
|
The Intel GHA runners are too weak to run the Metal suite. TBQH no big loss. Intel macs are on their way out. Also not testing no-SSE4.1 on the Intel macs as that's not a realistic scenario and we get very little mac-worker parallelism from GHA. |
abadams
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As it says on the tin. WebGPU will be restored when #8955 merges (I am working on advancing this now). Otherwise, equal coverage as the GitHub Actions macOS runners have Metal available.
Also this runs coverage on main and should heal the CodeCov bot.
Checklist