From 96ea8e8cfb26dcd661aa9a4b4a274748248bc66a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 14 Nov 2023 03:34:48 +0000 Subject: [PATCH] CI: Switch to 8-core Ubuntu runners The macOS build is left using the default runner for now. While it is much slower than the default Ubuntu runner, we are not planning to run tests on macOS initially, so the macOS build time should not be a significant blocker once tests are running on the other platforms. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b88af29784..8bb94bedeeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,12 @@ jobs: - name: ubuntu-20.04 tier: 1 platform: Ubuntu 20.04 - os: ubuntu-20.04 + os: ubuntu-20.04-8cores - name: ubuntu-22.04 tier: 3 platform: Ubuntu 22.04 - os: ubuntu-22.04 + os: ubuntu-22.04-8cores - name: macos-11 tier: 3 @@ -37,7 +37,7 @@ jobs: - name: mingw32 tier: 3 platform: Windows (64-bit MinGW) - os: ubuntu-latest + os: ubuntu-22.04-8cores cross_deps: > mingw-w64 host: HOST=x86_64-w64-mingw32 @@ -45,7 +45,7 @@ jobs: - name: aarch64-linux tier: 3 platform: ARM64 Linux - os: ubuntu-latest + os: ubuntu-22.04-8cores cross_deps: > g++-aarch64-linux-gnu host: HOST=aarch64-linux-gnu