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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, blacksmith-4vcpu-windows-2025]
python-version: ["3.10", "3.11", "3.12", "3.13"]

defaults:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

lint:
name: Lint & Format
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

defaults:
run:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
strategy:
matrix:
platform:
- runner: ubuntu-latest
- runner: blacksmith-4vcpu-ubuntu-2404
target: x86_64
- runner: ubuntu-latest
- runner: blacksmith-4vcpu-ubuntu-2404
target: x86
- runner: ubuntu-latest
- runner: blacksmith-4vcpu-ubuntu-2404
target: aarch64
- runner: ubuntu-latest
- runner: blacksmith-4vcpu-ubuntu-2404
target: armv7

defaults:
Expand Down Expand Up @@ -67,9 +67,9 @@ jobs:
strategy:
matrix:
platform:
- runner: ubuntu-latest
- runner: blacksmith-4vcpu-ubuntu-2404
target: x86_64
- runner: ubuntu-latest
- runner: blacksmith-4vcpu-ubuntu-2404
target: aarch64

defaults:
Expand Down Expand Up @@ -105,9 +105,9 @@ jobs:
strategy:
matrix:
platform:
- runner: windows-latest
- runner: blacksmith-4vcpu-windows-2025
target: x64
- runner: windows-latest
- runner: blacksmith-4vcpu-windows-2025
target: x86

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

sdist:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

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

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

Expand Down
Loading