Skip to content

Commit

Permalink
Try 8vcpu
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMinaei committed Jan 3, 2024
1 parent ea3b706 commit 7632c2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Build:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204

strategy:
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:

- run: yarn cli build
Lint:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204

strategy:
matrix:
Expand All @@ -43,7 +43,7 @@ jobs:
yarn lint:all --max-warnings 0
Test:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204

strategy:
matrix:
Expand All @@ -63,7 +63,7 @@ jobs:
# skip this until the new API is ready
if: false
name: Visual regression tests
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204

strategy:
matrix:
Expand All @@ -83,7 +83,7 @@ jobs:
Compatibility-Tests:
# skip this until the new API is ready
if: false
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204

strategy:
matrix:
Expand Down

0 comments on commit 7632c2c

Please sign in to comment.