From 2555b72f6ee48ab24bc6d0490396746220955e56 Mon Sep 17 00:00:00 2001 From: smallcase Date: Mon, 6 May 2024 19:50:03 +0530 Subject: [PATCH] feat: added github deployment files --- .github/workflows/sam-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index a4277ee..5895d55 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -23,7 +23,7 @@ on: - staging jobs: build-deploy: - runs-on: arc-runner-set-dind + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2