Skip to content

Commit d7215c0

Browse files
Migrate workflows to Blacksmith
1 parent 38914b6 commit d7215c0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-latest
14+
- blacksmith-4vcpu-ubuntu-2404
1515
- macos-latest
1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/conventional-pr.yml

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

1111
jobs:
1212
title:
13-
runs-on: ubuntu-latest
13+
runs-on: blacksmith-4vcpu-ubuntu-2404
1414
steps:
1515
- name: Validate pull request title
1616
env:

.github/workflows/release-please.yml

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

1414
jobs:
1515
release-please:
16-
runs-on: ubuntu-latest
16+
runs-on: blacksmith-4vcpu-ubuntu-2404
1717
steps:
1818
- uses: googleapis/release-please-action@v4
1919
with:

.github/workflows/release.yml

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

1212
jobs:
1313
goreleaser:
14-
runs-on: ubuntu-latest
14+
runs-on: blacksmith-4vcpu-ubuntu-2404
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github.event_name == 'workflow_dispatch' ||
2323
(github.event.pull_request.merged == true &&
2424
startsWith(github.event.pull_request.head.ref, 'release-please--'))
25-
runs-on: ubuntu-latest
25+
runs-on: blacksmith-4vcpu-ubuntu-2404
2626
steps:
2727
- uses: actions/checkout@v4
2828
with:

0 commit comments

Comments
 (0)