diff --git a/.github/workflows/benchmark-build.yaml b/.github/workflows/benchmark-build.yaml index 701614ec6e..d6113acbcc 100644 --- a/.github/workflows/benchmark-build.yaml +++ b/.github/workflows/benchmark-build.yaml @@ -65,8 +65,7 @@ jobs: target/release/espresso-bridge build-arm: - runs-on: - group: BigArmRunners + runs-on: buildjet-16vcpu-ubuntu-2204-arm steps: - name: Checkout Repository uses: actions/checkout@v4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a17437d5f0..60e36265d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: buildjet-8vcpu-ubuntu-2204 steps: - uses: rui314/setup-mold@v1 @@ -86,8 +86,7 @@ jobs: build-arm: if: github.event_name != 'pull_request' - runs-on: - group: BigArmRunners + runs-on: buildjet-8vcpu-ubuntu-2204-arm env: CARGO_BUILD_JOBS: '6' steps: diff --git a/.github/workflows/cargo-features.yml b/.github/workflows/cargo-features.yml index 2d6902cc83..0561d93bea 100644 --- a/.github/workflows/cargo-features.yml +++ b/.github/workflows/cargo-features.yml @@ -19,7 +19,7 @@ concurrency: jobs: cargo-features: - runs-on: ubuntu-latest + runs-on: buildjet-8vcpu-ubuntu-2204 steps: - uses: taiki-e/install-action@cargo-hack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ca6f34442..394b9fcc43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ env: jobs: build-test-artifacts-postgres: name: Build test artifacts (postgres) - runs-on: ubuntu-latest + runs-on: buildjet-8vcpu-ubuntu-2204 steps: - uses: rui314/setup-mold@v1 @@ -61,7 +61,7 @@ jobs: build-test-artifacts-sqlite: name: Build test artifacts (sqlite) - runs-on: ubuntu-latest + runs-on: buildjet-8vcpu-ubuntu-2204 steps: - uses: rui314/setup-mold@v1 @@ -96,7 +96,7 @@ jobs: build-test-bins: name: Build test binaries - runs-on: ubuntu-latest + runs-on: buildjet-8vcpu-ubuntu-2204 steps: - uses: rui314/setup-mold@v1 diff --git a/README.md b/README.md index dc9f154e84..4dbe498290 100644 --- a/README.md +++ b/README.md @@ -203,4 +203,3 @@ risk. **DISCLAIMER:** The Rust library crates provided in this repository are intended primarily for use by the binary targets in this repository. We make no guarantees of public API stability. If you are building on these crates, reach out by opening an issue to discuss the APIs you need. -