Skip to content

Commit c8e250f

Browse files
Merge pull request #9 from ModLabsCC/blacksmith-migration-8edc0ba
2 parents 8edc0ba + 41d2372 commit c8e250f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'main'
66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: blacksmith-4vcpu-ubuntu-2404
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set up JDK 21

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
jobs:
88
publish:
9-
runs-on: ubuntu-latest
9+
runs-on: blacksmith-4vcpu-ubuntu-2404
1010
permissions:
1111
contents: write
1212
packages: write

0 commit comments

Comments
 (0)