From 3b5e1429f9c6e44871440d9d656e7f1dad065759 Mon Sep 17 00:00:00 2001 From: Brian Clark Date: Wed, 22 Jan 2025 15:23:51 -0500 Subject: [PATCH] Update runner type --- .github/workflows/s3_upload_ec2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3_upload_ec2.yml b/.github/workflows/s3_upload_ec2.yml index e75286b..303b990 100644 --- a/.github/workflows/s3_upload_ec2.yml +++ b/.github/workflows/s3_upload_ec2.yml @@ -16,7 +16,7 @@ on: jobs: deploy: # The type of runner that the job will run on - runs-on: ubuntu-latest-m + runs-on: ubuntu-latest-2404-8vcpu-32mem # Time out after 24 hours. timeout-minutes: 1440