Skip to content

Commit 361481a

Browse files
Migrate workflows to Blacksmith (#116)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent 813e9a9 commit 361481a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44

55
#################### Unittests ####################
66
unittest:
7-
runs-on: ubuntu-latest
7+
runs-on: blacksmith-4vcpu-ubuntu-2204
88
strategy:
99
matrix:
1010
python-version: [3.8,3.9,"3.10","3.12"]
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
1515
id: python
16-
uses: actions/setup-python@v5
16+
uses: useblacksmith/setup-python@v6
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
analyze:
2323
name: Analyze
24-
runs-on: ubuntu-latest
24+
runs-on: blacksmith-4vcpu-ubuntu-2204
2525
permissions:
2626
actions: read
2727
contents: read

0 commit comments

Comments
 (0)