From 8bf91cdfa5043447b764c99bf0d6d416ee539a94 Mon Sep 17 00:00:00 2001 From: Jim Daniels Wasswa Date: Thu, 5 Oct 2023 13:24:28 +0800 Subject: [PATCH] change runner --- .github/workflows/release_production.yml | 4 ++-- .github/workflows/release_staging.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_production.yml b/.github/workflows/release_production.yml index 6a749563..b1cc8b60 100644 --- a/.github/workflows/release_production.yml +++ b/.github/workflows/release_production.yml @@ -7,7 +7,7 @@ jobs: build_and_publish: name: Builds and Publishes to Cloudflare Pages Production environment: Production - runs-on: Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided + runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided steps: - name: Checkout uses: actions/checkout@v4 @@ -43,7 +43,7 @@ jobs: send_slack_notification: name: Send Slack Notification environment: Production - runs-on: Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided + runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided if: always() needs: - build_and_publish diff --git a/.github/workflows/release_staging.yml b/.github/workflows/release_staging.yml index a25f35df..80c0a6d6 100644 --- a/.github/workflows/release_staging.yml +++ b/.github/workflows/release_staging.yml @@ -6,7 +6,7 @@ on: jobs: build_and_publish: name: Builds and Publishes to Cloudflare Pages Staging - runs-on: Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided + runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided environment: Staging steps: - name: Checkout