Skip to content

Commit

Permalink
Try using multiple arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Nov 12, 2024
1 parent 8631778 commit 97d2ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cairo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test-cairo:
name: Test Cairo libs and contracts
runs-on: ubuntu-latest
runs-on: ubuntu-arm64
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/light-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
build-cw-contract:
name: Build CosmWasm Light Client Contract
runs-on: ubuntu-latest
runs-on: ubuntu-arm64
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
jobs:
lint:
name: Check Styles
runs-on: ubuntu-latest
runs-on: ubuntu-arm64
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 97d2ce4

Please sign in to comment.