diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aba0c3..b98c390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: unit-tests: name: Unit Tests - runs-on: [self-hosted] + runs-on: buildjet-16vcpu-ubuntu-2204 steps: - uses: actions/checkout@v4 with: @@ -20,6 +20,11 @@ jobs: with: python-version: 3.8 + - name: Install Foundry + uses: foundry-rs/foundry-toolchain@v1 + with: + version: nightly + - name: Check formatting run: | forge fmt --check diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index 5ffda1f..64fbc13 100644 --- a/.github/workflows/end2end.yml +++ b/.github/workflows/end2end.yml @@ -13,7 +13,7 @@ env: jobs: integration-tests-e2e: name: E2E verification - runs-on: [self-hosted] + runs-on: buildjet-16vcpu-ubuntu-2204 if: github.event.issue.pull_request && github.event.issue.state == 'open' @@ -70,4 +70,4 @@ jobs: body: | End-to-end `!test` action succeeded! :rocket: - https://github.com/lurk-lab/solidity-verifier/actions/runs/${{ github.run_id }} \ No newline at end of file + https://github.com/lurk-lab/solidity-verifier/actions/runs/${{ github.run_id }}