Skip to content

Commit be37074

Browse files
committed
adds depot runners
1 parent 591c30e commit be37074

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
1414
jobs:
1515
cla:
1616
name: "Check Signature"
17-
runs-on: "buildjet-2vcpu-ubuntu-2204"
17+
runs-on: "depot-ubuntu-24.04-small"
1818
steps:
1919
- uses: "authzed/actions/cla-check@main"
2020
with:

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "*"
1010
jobs:
1111
paths-filter:
12-
runs-on: "buildjet-2vcpu-ubuntu-2204"
12+
runs-on: "depot-ubuntu-24.04-small"
1313
outputs:
1414
codechange: "${{ steps.code-filter.outputs.codechange }}"
1515
steps:
@@ -26,7 +26,7 @@ jobs:
2626
- buf.gen.yaml
2727
test:
2828
name: Lint and Test
29-
runs-on: "buildjet-2vcpu-ubuntu-2204"
29+
runs-on: "depot-ubuntu-24.04-small"
3030
strategy:
3131
matrix:
3232
node-version: [18, 20, 21]
@@ -52,7 +52,7 @@ jobs:
5252
run: CI=true yarn only-run-tests
5353
build-js-client:
5454
name: Build and Test JS client
55-
runs-on: "buildjet-2vcpu-ubuntu-2204"
55+
runs-on: "depot-ubuntu-24.04-small"
5656
strategy:
5757
matrix:
5858
node-version: [18, 20, 21]

0 commit comments

Comments
 (0)