Skip to content

Commit 9918de9

Browse files
committed
fix: back to blacksmith, bump to 0.1.2
1 parent a3664a6 commit 9918de9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
strategy:
2626
matrix:
2727
platform:
28-
- runner: depot-ubuntu-24.04-4
29-
target: x86_64
3028
- runner: blacksmith-2vcpu-ubuntu-2404
29+
target: x86_64
30+
- runner: blacksmith-2vcpu-ubuntu-2404-arm
3131
target: aarch64
3232

3333
defaults:
@@ -66,9 +66,9 @@ jobs:
6666
strategy:
6767
matrix:
6868
platform:
69-
- runner: depot-ubuntu-24.04-4
69+
- runner: blacksmith-4vcpu-ubuntu-2404
7070
target: x86_64
71-
- runner: blacksmith-2vcpu-ubuntu-2404
71+
- runner: blacksmith-4vcpu-ubuntu-2404-arm
7272
target: aarch64
7373

7474
defaults:
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
matrix:
109109
platform:
110-
- runner: blacksmith-2vcpu-windows-2025
110+
- runner: windows-latest
111111
target: x64
112112

113113
defaults:
@@ -182,7 +182,7 @@ jobs:
182182
path: workspaces/rust/klaw-dbase/dist
183183

184184
sdist:
185-
runs-on: blacksmith-2vcpu-ubuntu-2404
185+
runs-on: ubuntu-latest
186186

187187
defaults:
188188
run:
@@ -206,7 +206,7 @@ jobs:
206206

207207
publish:
208208
name: Publish to PyPI
209-
runs-on: blacksmith-2vcpu-ubuntu-2404
209+
runs-on: ubuntu-latest
210210
needs: [linux, musllinux, windows, macos, sdist]
211211
if: startsWith(github.ref, 'refs/tags/') && !inputs.dry_run
212212

0 commit comments

Comments
 (0)