Skip to content

Commit 1884c73

Browse files
Migrate workflows to Blacksmith (#410)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent 81cc942 commit 1884c73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request, push]
33
jobs:
44
#################### Unittests ####################
55
unittest:
6-
runs-on: ubuntu-latest
6+
runs-on: blacksmith-4vcpu-ubuntu-2204
77
strategy:
88
matrix:
99
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

.github/workflows/codeql-analysis.yml

+1-1
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

0 commit comments

Comments
 (0)