-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build.yml to ubuntu-24.04 (#8319)
* Update build.yml to ubuntu-24.04 Apparently g++-13 was removed from the ubuntu-22.04 runners. We also don't have enterprise runners at 24.04 yet, so just use the free ones for now until we get support for those. CI builds might take longer now. * Update build.yml Downgrade to g++12 and revert change to using normal runners * Update build.yml Go back to ubuntu-24.04 and update both gcc and clang to their latest versions according to [this](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md?plain=1#L16-L20). * Update build.yml Go back to g++13 for now, as we get some exotic warning in g++14 for newer C++ standards. * Update build.yml Fix the other issues with `macos-latest` going to arm: https://github.com/actions/runner-images/tree/main?tab=readme-ov-file#available-images and that Swift wasn't installed in the ubuntu-24.04 by default. * Update build.yml Disable Kotlin MacOs CI
- Loading branch information
1 parent
150644d
commit d89f611
Showing
1 changed file
with
48 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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