[PATCH] D126506: workflows: Use new custom runners from github
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 06:59:52 PDT 2022
asl added a comment.
Looks like there are some typos in runner names
================
Comment at: .github/workflows/libclang-abi-tests.yml:78
needs: abi-dump-setup
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04-llvm
strategy:
----------------
Should be ubuntu-20.04-16x64, no?
================
Comment at: .github/workflows/llvm-project-tests.yml:34
os:
- - ubuntu-latest
- - windows-latest
+ - ubuntu-20.04-llvm
+ - windows-2022-llvm
----------------
ubuntu-20.04-16x64 and windows-2022-16x64
================
Comment at: .github/workflows/llvm-tests.yml:64
needs: abi-dump-setup
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04-llvm
strategy:
----------------
See above
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