Skip to content

Commit eb2b293

Browse files
authored
ci: update blacksmith runner tags (#37)
1 parent 8587d5b commit eb2b293

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/autoupdate.yml

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

99
jobs:
1010
autoupdate:
11-
runs-on: blacksmith
11+
runs-on: blacksmith-2vcpu-ubuntu-2404
1212
steps:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4

.github/workflows/publish-3.12.yml

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

1414
jobs:
1515
tagger:
16-
runs-on: blacksmith
16+
runs-on: blacksmith-2vcpu-ubuntu-2404
1717
outputs:
1818
major: ${{ steps.tags.outputs.major }}
1919
major-minor: ${{ steps.tags.outputs.major-minor }}

.github/workflows/publish-3.13.yml

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

1414
jobs:
1515
tagger:
16-
runs-on: blacksmith
16+
runs-on: blacksmith-2vcpu-ubuntu-2404
1717
outputs:
1818
major: ${{ steps.tags.outputs.major }}
1919
major-minor: ${{ steps.tags.outputs.major-minor }}

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
builder:
44-
- runner-image: blacksmith
44+
- runner-image: blacksmith-4vcpu-ubuntu-2404
4545
platform: linux/amd64
46-
- runner-image: blacksmith-arm
46+
- runner-image: blacksmith-4vcpu-ubuntu-2404-arm
4747
platform: linux/arm64
4848
steps:
4949
- name: Prepare
@@ -92,7 +92,7 @@ jobs:
9292
retention-days: 1
9393

9494
merge:
95-
runs-on: blacksmith
95+
runs-on: blacksmith-2vcpu-ubuntu-2404
9696
needs:
9797
- build
9898
steps:

0 commit comments

Comments
 (0)