Skip to content

Commit 9377ace

Browse files
Migrate workflows to Blacksmith
1 parent 52f2b2b commit 9377ace

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/android-build.yml

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

99
jobs:
1010
build-android:
11-
runs-on: ubuntu-latest
11+
runs-on: blacksmith-4vcpu-ubuntu-2404
1212
steps:
1313
- uses: actions/checkout@v4
1414

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
3131
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
3232
)
33-
runs-on: ubuntu-latest
33+
runs-on: blacksmith-4vcpu-ubuntu-2404
3434
permissions:
3535
contents: write
3636
pull-requests: write

.github/workflows/desktop-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
retention-days: 5
115115

116116
build-linux:
117-
runs-on: ubuntu-latest
117+
runs-on: blacksmith-4vcpu-ubuntu-2404
118118
steps:
119119
- uses: actions/checkout@v4
120120

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
include:
3333
- platform: macos-latest
3434
args: --target universal-apple-darwin
35-
- platform: ubuntu-latest
35+
- platform: blacksmith-4vcpu-ubuntu-2404
3636
args: ""
3737

3838
runs-on: ${{ matrix.platform }}
@@ -132,7 +132,7 @@ jobs:
132132

133133
build-android:
134134
needs: create-release
135-
runs-on: ubuntu-latest
135+
runs-on: blacksmith-4vcpu-ubuntu-2404
136136
steps:
137137
- uses: actions/checkout@v4
138138

0 commit comments

Comments
 (0)