## Summary
- Install clang 18 from apt.llvm.org for the Linux release build.
- Use clang-18 and clang++-18 for Linux native module rebuilds.
- Keep the release runner on Ubuntu 22.04 to preserve the Linux glibc
baseline.
## Why
The previous clang attempt confirmed the compiler changed, but Ubuntu
22.04's preinstalled clang 15 still failed Electron 43's V8 headers
because std::source_location was unavailable. A newer clang should
handle that C++20 header path while avoiding a runner upgrade to Ubuntu
24.04.
## Testing
Not run per request.
#skip-bugbot
<!-- This is an auto-generated description by cubic. -->
<a href="https://cubic.dev/pr/dyad-sh/dyad/pull/3830?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->