[PATCH] D126506: workflows: Use new custom runners from github
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 16:05:29 PDT 2022
tstellar added inline comments.
================
Comment at: .github/workflows/libclang-abi-tests.yml:78
needs: abi-dump-setup
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04-llvm
strategy:
----------------
asl wrote:
> Should be ubuntu-20.04-16x64, no?
I created generic labels for the machines, so we can change the machine types without updating the workflow definition.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126506/new/
https://reviews.llvm.org/D126506
More information about the llvm-commits
mailing list