Skip to content

Commit

Permalink
ci: use macos large runner
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 29, 2024
1 parent a4b0517 commit b1f1e05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
Expand All @@ -14,7 +14,7 @@ jobs:
run: bun install

- name: Run unit tests
run: bun --silent test
run: bun run test

- name: Run e2e tests
run: bun test:e2e
run: bun run test:e2e

0 comments on commit b1f1e05

Please sign in to comment.