From 8a8ade49ff49c5e06bced50f52be5d2e1eef5748 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 3 Oct 2023 11:40:41 -0700 Subject: [PATCH] workflows/release-binaries: Use more cores to avoid the 6 hour timeout (#67874) (cherry picked from commit 95b2c6b3d6dc5f8b6ee5eb4f8dbc96dea0f50cac) --- .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 2be6f0f..38b56c8 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 -- 2.7.4