Skip to content

Commit 88b5f4a

Browse files
ci: migrate workflows to Blacksmith (#120)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent 9c161c8 commit 88b5f4a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
jobs:
1010
dev:
11-
runs-on: [self-hosted, linux]
11+
runs-on: [blacksmith-8vcpu-ubuntu-2204, linux]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: useblacksmith/setup-python@v6
1818
with:
1919
python-version: "3.10"
2020

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: [self-hosted, linux]
11+
runs-on: [blacksmith-8vcpu-ubuntu-2204, linux]
1212
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
1313
permissions:
1414
contents: write
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: useblacksmith/setup-python@v6
2626
with:
2727
python-version: "3.10"
2828

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: [self-hosted, linux]
13+
runs-on: [blacksmith-8vcpu-ubuntu-2204, linux]
1414

1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: useblacksmith/setup-python@v6
2121
with:
2222
python-version: "3.10"
2323

0 commit comments

Comments
 (0)