[llvm] XXX: Test runners (PR #109740)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 18:26:18 PDT 2024
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/109740
None
>From 08971dce4abed8920afa0631f9504265ff364f8f Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Mon, 23 Sep 2024 18:25:40 -0700
Subject: [PATCH] XXX: Test runners
---
.github/workflows/release-sources.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-sources.yml b/.github/workflows/release-sources.yml
index a6c86823f99df5..97e7722b17bcdf 100644
--- a/.github/workflows/release-sources.yml
+++ b/.github/workflows/release-sources.yml
@@ -63,7 +63,7 @@ jobs:
release-sources:
name: Package Release Sources
if: github.repository_owner == 'llvm'
- runs-on: ubuntu-latest
+ runs-on: Test-Runner
needs:
- inputs
permissions:
More information about the llvm-commits
mailing list