Skip to content

Commit cfd9d3a

Browse files
committed
chore: update GitHub workflows to use ubuntu-latest-xl
- Changed the runner for all workflows to ubuntu-latest-xl for improved compatibility and performance. - Updated auto-pr-to-main, auto-pr-to-release, database-migrations-main, database-migrations-release, trigger-tasks-deploy-main, and trigger-tasks-deploy-release workflows accordingly.
1 parent cf48810 commit cfd9d3a

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/auto-pr-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- COMP-*
1313
jobs:
1414
create-pull-request:
15-
runs-on: ubuntu-latest-16
15+
runs-on: ubuntu-latest-xl
1616
continue-on-error: true
1717
permissions:
1818
pull-requests: write

.github/workflows/auto-pr-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
create-pull-request:
8-
runs-on: ubuntu-latest-16
8+
runs-on: ubuntu-latest-xl
99
permissions:
1010
pull-requests: write
1111
contents: write

.github/workflows/database-migrations-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
migrate:
1111
name: Run Database Migrations
12-
runs-on: ubuntu-latest-16
12+
runs-on: ubuntu-latest-xl
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

.github/workflows/database-migrations-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
migrate:
1111
name: Run Database Migrations
12-
runs-on: ubuntu-latest-16
12+
runs-on: ubuntu-latest-xl
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

.github/workflows/trigger-tasks-deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
deploy:
8-
runs-on: ubuntu-latest-16
8+
runs-on: ubuntu-latest-xl
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Use Node.js 20.x

.github/workflows/trigger-tasks-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest-16
10+
runs-on: ubuntu-latest-xl
1111
steps:
1212
- uses: actions/checkout@v4
1313

0 commit comments

Comments
 (0)