Skip to content

Commit

Permalink
fix: ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Dec 12, 2024
1 parent 1fa0d65 commit 704f617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
go-modules:
name: Test and Build Go Modules
runs-on: primev-ci-runner
runs-on: ubuntu-24.04
timeout-minutes: 60

steps:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

foundry:
name: Foundry Checks and Reports
runs-on: primev-ci-runner
runs-on: ubuntu-24.04
timeout-minutes: 30
defaults:
run:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

contracts:
name: Test and Build Contracts Scripts
runs-on: primev-ci-runner
runs-on: ubuntu-24.04
timeout-minutes: 30
defaults:
run:
Expand Down

0 comments on commit 704f617

Please sign in to comment.