From afcd16ecf197b1288cf92b314ec8c25728b35573 Mon Sep 17 00:00:00 2001 From: Justin Persaud Date: Tue, 20 Aug 2024 09:10:27 -0400 Subject: [PATCH] Update GHA to use new runner --- .github/workflows/bedrock.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bedrock.yml b/.github/workflows/bedrock.yml index defeb7561..5813a6b5b 100644 --- a/.github/workflows/bedrock.yml +++ b/.github/workflows/bedrock.yml @@ -15,7 +15,7 @@ env: jobs: Run_Bedrock_Tests: name: "Create Bedrock and Test" - runs-on: ubuntu-20.04-v64 # The biggest and best for my baby + runs-on: ubuntu-20.04-v64-2 # The biggest and best for my baby timeout-minutes: 30 steps: @@ -90,4 +90,3 @@ jobs: with: files: |- ./bedrock -