Skip to content

Commit 88d771a

Browse files
Migrate workflows to Blacksmith (#441)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent 2ca1c0d commit 88d771a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-latest
26+
runs-on: blacksmith-4vcpu-ubuntu-2204
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
matrix:
1212
name: Unittest Matrix
13-
runs-on: ubuntu-latest
13+
runs-on: blacksmith-4vcpu-ubuntu-2204
1414
strategy:
1515
matrix:
1616
python-version: [ "3.8", "3.9", "3.10", "3.11", "pypy3.9" ]
@@ -53,7 +53,7 @@ jobs:
5353

5454
rest:
5555
name: Integration/Coverage/Docs/Codestyle
56-
runs-on: ubuntu-latest
56+
runs-on: blacksmith-4vcpu-ubuntu-2204
5757
strategy:
5858
matrix:
5959
toxenv: [ flake8, pydocstyle, cov, integration ]

0 commit comments

Comments
 (0)