Skip to content

Commit 9a5b97f

Browse files
committed
chore: add runs-on options
1 parent 432aff7 commit 9a5b97f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ concurrency:
1515

1616
jobs:
1717
lint:
18+
runs-on: ubuntu-latest
19+
1820
steps:
1921
- uses: actions/checkout@v4
2022

@@ -40,6 +42,8 @@ jobs:
4042
run: bun --bun run typecheck
4143

4244
test:
45+
runs-on: ubuntu-latest
46+
4347
steps:
4448
- uses: actions/checkout@v4
4549

0 commit comments

Comments
 (0)