Skip to content

Commit a3664a6

Browse files
authored
Merge pull request #2 from klaw-python/blacksmith-migration-16b5ffe
.github/workflows: Migrate workflows to Blacksmith runners
2 parents 16b5ffe + e349e76 commit a3664a6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [depot-ubuntu-24.04-4, macos-14, depot-windows-2022-4]
19+
os: [blacksmith-2vcpu-ubuntu-2404, macos-14, depot-windows-2022-4]
2020

2121
defaults:
2222
run:

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
platform:
2828
- runner: depot-ubuntu-24.04-4
2929
target: x86_64
30-
- runner: depot-ubuntu-24.04-arm-4
30+
- runner: blacksmith-2vcpu-ubuntu-2404
3131
target: aarch64
3232

3333
defaults:
@@ -68,7 +68,7 @@ jobs:
6868
platform:
6969
- runner: depot-ubuntu-24.04-4
7070
target: x86_64
71-
- runner: depot-ubuntu-24.04-arm-4
71+
- runner: blacksmith-2vcpu-ubuntu-2404
7272
target: aarch64
7373

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

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

184184
sdist:
185-
runs-on: depot-ubuntu-24.04-4
185+
runs-on: blacksmith-2vcpu-ubuntu-2404
186186

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

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

0 commit comments

Comments
 (0)