Skip to content

Commit

Permalink
Change to use larger github-runners
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmance committed Aug 21, 2023
1 parent b85c0f6 commit 0499c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
verify:
runs-on: ubuntu-latest
runs-on:
group: larger

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
runs-on:
group: larger
env:
ALCHEMY_KEY: '${{secrets.ALCHEMY_KEY}}'
strategy:
Expand Down

0 comments on commit 0499c33

Please sign in to comment.