From 4ca17b9b9a8dc1a827a8c8a984c79118d4e66184 Mon Sep 17 00:00:00 2001 From: luke miles Date: Mon, 24 Apr 2023 14:08:35 -0700 Subject: [PATCH] lower instance size --- .github/workflows/deploy-al-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-al-prod.yml b/.github/workflows/deploy-al-prod.yml index 517290c..f65ea33 100644 --- a/.github/workflows/deploy-al-prod.yml +++ b/.github/workflows/deploy-al-prod.yml @@ -11,7 +11,7 @@ on: jobs: deploy: name: deploy - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-latest-4-cores permissions: contents: read packages: write