Skip to content

Commit

Permalink
workflow runners
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Apr 23, 2024
1 parent 37d12b7 commit b02e871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
wasm:
runs-on: buildjet-16vcpu-ubuntu-2204 # buildjet for rust, github standard for everything else
runs-on: buildjet-16vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- id: compiled
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/turbo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

turbo-lint:
name: Lint
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204
needs: turbo-compile
steps:
- uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:

turbo-build:
name: Build
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: buildjet-4vcpu-ubuntu-2204
needs: turbo-compile
steps:
- uses: actions/checkout@v4
Expand All @@ -72,7 +72,7 @@ jobs:

turbo-test:
name: test
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: buildjet-4vcpu-ubuntu-2204
needs: turbo-compile
steps:
- uses: actions/checkout@v4
Expand All @@ -93,7 +93,7 @@ jobs:

turbo-lint-rust:
name: lint:rust
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: buildjet-4vcpu-ubuntu-2204
needs: turbo-compile
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b02e871

Please sign in to comment.