Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [depot-ubuntu-24.04-4, macos-14, depot-windows-2022-4]
os: [blacksmith-2vcpu-ubuntu-2404, macos-14, depot-windows-2022-4]

defaults:
run:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
platform:
- runner: depot-ubuntu-24.04-4
target: x86_64
- runner: depot-ubuntu-24.04-arm-4
- runner: blacksmith-2vcpu-ubuntu-2404
target: aarch64

defaults:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
platform:
- runner: depot-ubuntu-24.04-4
target: x86_64
- runner: depot-ubuntu-24.04-arm-4
- runner: blacksmith-2vcpu-ubuntu-2404
target: aarch64

defaults:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
matrix:
platform:
- runner: depot-windows-2022-4
- runner: blacksmith-2vcpu-windows-2025
target: x64

defaults:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
path: workspaces/rust/klaw-dbase/dist

sdist:
runs-on: depot-ubuntu-24.04-4
runs-on: blacksmith-2vcpu-ubuntu-2404

defaults:
run:
Expand All @@ -206,7 +206,7 @@ jobs:

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

Expand Down
Loading