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
CI run-tests script now attempts to detect Apple Clang 15 and other unsupported regression-tests compiler versions (hsutter#972)
* CI run-tests script now prints the compiler version if we don't support it
The `macos-13` runner has both Apple Clang 14 and 15 installed, and some CI workflow runs appear to use 15, causing spurious failures.
* If the CI run-tests script finds Apple Clang 15 try and switch to 14
0 commit comments