You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Darwin CI: use macos-13 runners and other tweaks (#32748)
* Darwin CI: use macos-13 runners and other tweaks
According to github docs these have 4 CPUs (vs 3 for macos-12 == latest).
In practice compile steps seem to be about 7% faster.
Also use the pre-installed Python (3.12), remove the "aggregation" step, and
run crash log collection after failure (not success), and condense disk space
output to large directories only.
* CI: Save bootstrap cache right after bootrap
This avoids caching a corrupted cache in cases where a job modifies the
environment (e.g. the Darwin job hiding zap-cli). It also makes the cache
available slightly sooner.
Also add plumbing for splitting caches over buildjet and github backends.
* Remove zap-cli restore workaround
* Update darwin-tests workflow as well
0 commit comments