Skip to content

Commit

Permalink
ci: move Test Suite and compilation steps to 32vCPU VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushshah15 committed Feb 16, 2024
1 parent 6917de7 commit 22fe69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Basic
jobs:
test:
name: Test Suite
runs-on: blacksmith-16vcpu-ubuntu-2204
runs-on: blacksmith-32vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

cosmwasm-compilation:
name: Cosmwasm Compilation
runs-on: blacksmith-16vcpu-ubuntu-2204
runs-on: blacksmith-32vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 22fe69e

Please sign in to comment.