Skip to content

Commit 4476fc4

Browse files
committed
.github/workflows: migrate to Blacksmith runners
Switch from ubuntu-latest to blacksmith-4vcpu-ubuntu-2404 for faster CI builds with better caching. Matches evalops/llm-gateway#94.
1 parent 46e51a0 commit 4476fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-latest
9+
runs-on: blacksmith-4vcpu-ubuntu-2404
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)