Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit a283dc3

Browse files
committed
chore: use ubuntu-latest as the runner
1 parent 30348bd commit a283dc3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
12+
runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

.github/workflows/release_production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build_and_publish:
88
name: Builds and Publishes to Cloudflare Pages Production
99
environment: Production
10-
runs-on: Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
10+
runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
send_slack_notification:
2828
name: Send Slack Notification
2929
environment: Production
30-
runs-on: Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
30+
runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
3131
if: always()
3232
needs:
3333
- build_and_publish

.github/workflows/release_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build_and_publish:
88
name: Builds and Publishes to Cloudflare Pages Staging
9-
runs-on: Runner_16cores_Deriv-app # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
9+
runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
1010
environment: Staging
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)