Skip to content

Commit 789f2fd

Browse files
Revert "trying blacksmith for CI"
This reverts commit 745f3e1.
1 parent 0b87a58 commit 789f2fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-js:
1212
name: Build JavaScript
13-
runs-on: blacksmith-2vcpu-ubuntu-2404
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -35,7 +35,7 @@ jobs:
3535
typecheck-pytest:
3636
name: ${{ format('Type Check & Tests (Python {0})', matrix.python-version) }}
3737
needs: build-js
38-
runs-on: blacksmith-2vcpu-ubuntu-2404
38+
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
4141
python-version: ['3.9', '3.11', '3.12']
@@ -74,7 +74,7 @@ jobs:
7474
package-verify:
7575
name: Verify Package Build
7676
needs: build-js
77-
runs-on: blacksmith-2vcpu-ubuntu-2404
77+
runs-on: ubuntu-latest
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: blacksmith-2vcpu-windows-2025
121+
runs-on: windows-latest
122122
steps:
123123
- uses: actions/checkout@v4
124124

0 commit comments

Comments
 (0)