[all-commits] [llvm/llvm-project] 4596dd: Change how libc++ specifies the runners to use. (#...
Eric via All-commits
all-commits at lists.llvm.org
Sun Dec 3 17:12:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4596dd103cf8a4624505e3fa820af5f64bff6b51
https://github.com/llvm/llvm-project/commit/4596dd103cf8a4624505e3fa820af5f64bff6b51
Author: Eric <eric at efcs.ca>
Date: 2023-12-03 (Sun, 03 Dec 2023)
Changed paths:
M .github/workflows/libcxx-build-and-test.yaml
Log Message:
-----------
Change how libc++ specifies the runners to use. (#74188)
Github actions has some quirks with how you use runner groups, labels,
names, etc... One of them is that groups can't "group" more than one set
of builders. To do that, you use the same name. So now we're specifying
the name.
More information about the All-commits
mailing list