From 269f7c22d779f31ff1141928e06a11ee30b536d6 Mon Sep 17 00:00:00 2001 From: Kyle Sugrue Date: Wed, 7 Dec 2022 18:12:22 -0800 Subject: [PATCH] bump gha instance to 16 core / 64 gigs of ram (#142) Summary: Pull Request resolved: https://github.com/facebook/openr/pull/142 Differential Revision: D41821039 fbshipit-source-id: edde30db73174c2d231810e71adcc371b28c36ad --- .github/workflows/getdeps_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index a604ac60b2e..8fe904a1771 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -6,7 +6,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-20.04 + runs-on: 16-core steps: - uses: actions/checkout@v2 - name: Fetch boost