From 7d04574f8cf472b58404e6df1ae0465612e70b14 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Fri, 6 Jan 2023 17:24:49 -0500 Subject: [PATCH] move to 4core linux for builds --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69fd8f83..bafa92fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,11 +18,10 @@ jobs: platform: - os: macos-11 name: darwin+x86-64 - - os: ubuntu-latest + - os: ubuntu-latest-4-cores name: linux+x86-64 container: image: debian:buster-slim - options: --memory=24g - os: [self-hosted, macOS, ARM64] name: darwin+aarch64 - os: [self-hosted, linux, ARM64]