Skip to content

Commit 36fe782

Browse files
committed
chore: run workflows on larger runner
1 parent e2c76b1 commit 36fe782

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-latest-8core
1919

2020
steps:
2121
- name: Checkout code

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
release_tag:
1414
name: Release version
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-latest-8core
1616
steps:
1717
- name: Create GitHub App token
1818
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
release_tag:
1414
name: Release version
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-latest-8core
1616
steps:
1717
- name: Create GitHub App token
1818
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2

0 commit comments

Comments
 (0)