Skip to content

Commit a27af25

Browse files
blacksmith-sh[bot]AnthonyRonning
authored andcommitted
Migrate workflows to Blacksmith
1 parent 925c1b5 commit a27af25

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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: 4 additions & 4 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 }}
@@ -69,7 +69,7 @@ jobs:
6969
sccache --version
7070
7171
- name: Install sccache (Linux)
72-
if: matrix.platform == 'ubuntu-latest'
72+
if: matrix.platform == 'blacksmith-4vcpu-ubuntu-2404'
7373
run: |
7474
SCCACHE_VERSION=0.8.2
7575
SCCACHE_URL="https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VERSION}/sccache-v${SCCACHE_VERSION}-x86_64-unknown-linux-musl.tar.gz"
@@ -88,7 +88,7 @@ jobs:
8888
${{ runner.os }}-sccache-
8989
9090
- name: Install dependencies (Linux)
91-
if: matrix.platform == 'ubuntu-latest'
91+
if: matrix.platform == 'blacksmith-4vcpu-ubuntu-2404'
9292
run: |
9393
sudo apt-get update
9494
sudo apt-get install -y libwebkit2gtk-4.1-dev \
@@ -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)