From 7e359e7aad17bf40dc184bfe6b45e68dfe0c1a00 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Wed, 24 Jan 2024 19:47:29 -0500 Subject: [PATCH] [try] Use 8 core bot for integration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c599578be97d..1297ef795a44c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -580,7 +580,7 @@ jobs: matrix: include: - name: x86_64-gnu-integration - os: ubuntu-20.04-16core-64gb + os: ubuntu-20.04-8core-32gb env: {} timeout-minutes: 600 runs-on: "${{ matrix.os }}"