Skip to content

Commit ad9bd1f

Browse files
authored
chore: use depot runners (#19)
1 parent be1c1f3 commit ad9bd1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
build:
9-
runs-on: buildjet-4vcpu-ubuntu-2204
9+
runs-on: depot-ubuntu-22.04-2
1010
container:
1111
image: node:24
1212
steps:

.github/workflows/pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [opened, edited, synchronize]
55
jobs:
66
pr-title-check:
7-
runs-on: buildjet-4vcpu-ubuntu-2204
7+
runs-on: depot-ubuntu-22.04-2
88
container:
99
image: node:24
1010
steps:

0 commit comments

Comments
 (0)