Skip to content

Commit

Permalink
use larger-runner everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Nov 22, 2023
1 parent d2bac3d commit acd8f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
id-token: write
name: Release
runs-on: ubuntu-latest
runs-on: larger-runner
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
slither:
runs-on: ubuntu-latest
runs-on: larger-runner

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit acd8f78

Please sign in to comment.