Skip to content

Commit 3a4b691

Browse files
committed
use stream ci
1 parent ab27e48 commit 3a4b691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
lint:
1515
name: Ruff & mypy
16-
runs-on: ubuntu-latest
16+
runs-on: build
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v5
@@ -27,7 +27,7 @@ jobs:
2727

2828
test:
2929
name: Test "${{ inputs.marker }}"
30-
runs-on: ubuntu-latest
30+
runs-on: build
3131
env:
3232
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
3333
CARTESIA_API_KEY: ${{ secrets.CARTESIA_API_KEY }}

0 commit comments

Comments
 (0)