File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 build-js :
1212 name : Build JavaScript
13- runs-on : ubuntu-latest
13+ runs-on : blacksmith-2vcpu- ubuntu-2404
1414 steps :
1515 - uses : actions/checkout@v4
1616
3535 typecheck-pytest :
3636 name : ${{ format('Type Check & Tests (Python {0})', matrix.python-version) }}
3737 needs : build-js
38- runs-on : ubuntu-latest
38+ runs-on : blacksmith-2vcpu- ubuntu-2404
3939 strategy :
4040 matrix :
4141 python-version : ['3.9', '3.11', '3.12']
7474 package-verify :
7575 name : Verify Package Build
7676 needs : build-js
77- runs-on : ubuntu-latest
77+ runs-on : blacksmith-2vcpu- ubuntu-2404
7878 steps :
7979 - uses : actions/checkout@v4
8080
@@ -118,7 +118,7 @@ jobs:
118118 windows-test :
119119 name : Windows Tests
120120 needs : build-js
121- runs-on : windows-latest
121+ runs-on : blacksmith-2vcpu- windows-2025
122122 steps :
123123 - uses : actions/checkout@v4
124124
You can’t perform that action at this time.
0 commit comments