[all-commits] [llvm/llvm-project] ddbdd7: workflows: Merge LLVM tests together into a single...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Sat Jan 27 23:15:11 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: ddbdd7b267a8c0a6f4156d47269496adc752265f
https://github.com/llvm/llvm-project/commit/ddbdd7b267a8c0a6f4156d47269496adc752265f
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-01-27 (Sat, 27 Jan 2024)
Changed paths:
M .github/workflows/llvm-project-tests.yml
M .github/workflows/llvm-tests.yml
Log Message:
-----------
workflows: Merge LLVM tests together into a single job (#78877) (#79710)
This is possible now that the free GitHub runners for Windows and Linux
have more disk space:
https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/
I also had to switch from macOS-11 to macOS-13 in order to prevent the
job from timing out. macOS-13 runners have 4 vCPUs and the macOS-11
runners only have 3.
More information about the All-commits
mailing list