[llvm] workflows/release-binaries: Use more cores to avoid the 6 hour timeout (PR #67874)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 22:35:33 PDT 2023
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/67874
None
>From 6876e1dcad71eec380f461dc48b0eee5239d18ed Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Fri, 29 Sep 2023 22:30:07 -0700
Subject: [PATCH] workflows/release-binaries: Use more cores to avoid the 6
hour timeout
---
.github/workflows/release-binaries.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index 90b801b13ed1797..e52e52f5d3f36fa 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -68,7 +68,7 @@ jobs:
matrix:
target:
- triple: x86_64-linux-gnu-ubuntu-22.04
- runs-on: ubuntu-22.04-8x32
+ runs-on: ubuntu-22.04-16x64
debian-build-deps: >
chrpath
gcc-multilib
More information about the llvm-commits
mailing list