[llvm] Workflows: Use new depot runners for x86 Linux release builds (PR #117111)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 23 09:51:52 PST 2024
================
@@ -60,6 +60,8 @@ jobs:
enable-pgo: ${{ steps.vars.outputs.enable-pgo }}
release-binary-basename: ${{ steps.vars.outputs.release-binary-basename }}
release-binary-filename: ${{ steps.vars.outputs.release-binary-filename }}
+ runs-on: ${{ steps.vars.outputs.runs-on }}
----------------
tstellar wrote:
Selecting `ubuntu-22.04` will use the depot runners, see https://github.com/llvm/llvm-project/pull/117111/files#diff-07d8c704ff21e83c1d4e79f9f7bc1472dc35deac2cbadc8b53b59131e30879c1R149
https://github.com/llvm/llvm-project/pull/117111
More information about the llvm-commits
mailing list