[all-commits] [llvm/llvm-project] 53fea6: workflows: Merge LLVM tests together into a single...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Sat Jan 27 14:04:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53fea6fd6f228eb1dbd282b8d076af545dcd8228
https://github.com/llvm/llvm-project/commit/53fea6fd6f228eb1dbd282b8d076af545dcd8228
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)
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