Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use Ubuntu 22.04 to ensure compatibility with older LLVM versions
GitHub Actions is migrating ubuntu-latest to Ubuntu 24.04, which no longer provides the libtinfo5 package. Since older LLVM versions depend on libtinfo5 and do not offer pre-built binaries for recent Ubuntu versions, we explicitly specify ubuntu-22.04 in the workflow to maintain compatibility.
- Loading branch information