Skip to content

Commit

Permalink
Switch back to standard runners (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Oct 15, 2024
1 parent 56fc584 commit 9e3016d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build-image:
timeout-minutes: 5
runs-on: ${{ vars.BUILDJET_DISABLED == 'true' && 'ubuntu-latest' || 'buildjet-16vcpu-ubuntu-2204' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
fail-fast: true

timeout-minutes: 15
runs-on: ${{ vars.BUILDJET_DISABLED == 'true' && 'ubuntu-latest' || 'buildjet-16vcpu-ubuntu-2204' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -119,7 +119,7 @@ jobs:
run: forge snapshot --check --match-contract Gas

halmos:
runs-on: ${{ vars.BUILDJET_DISABLED == 'true' && 'macos-latest' || 'buildjet-16vcpu-ubuntu-2204' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -142,7 +142,7 @@ jobs:
permissions:
contents: read
pull-requests: write
runs-on: ${{ vars.BUILDJET_DISABLED == 'true' && 'ubuntu-latest' || 'buildjet-2vcpu-ubuntu-2204' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9e3016d

Please sign in to comment.