Skip to content

Commit cc031f2

Browse files
Migrate workflows to Blacksmith
1 parent 4ecfd66 commit cc031f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-ios-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
build:
27-
runs-on: self-hosted
27+
runs-on: blacksmith-4vcpu-ubuntu-2404
2828
env:
2929
BUNDLE_FROZEN: "true"
3030
RUBYOPT: "-W0"

.github/workflows/release-please.yml

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

1111
jobs:
1212
release-please:
13-
runs-on: ubuntu-latest
13+
runs-on: blacksmith-4vcpu-ubuntu-2404
1414
outputs:
1515
release_created: ${{ steps.release.outputs.release_created }}
1616
tag_name: ${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)