From 8a339f74140f0c31094044d3cf27e8efbf699624 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Wed, 24 Dec 2025 15:33:46 +0000 Subject: [PATCH] Use the mempool ci runners --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/on-tag.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b01cf84..6a5047e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ name: Compile Check and Lint jobs: check: name: Compile Check - runs-on: ubuntu-latest + runs-on: mempool-ci steps: - uses: actions/checkout@v4 - name: Setup Rust @@ -21,7 +21,7 @@ jobs: fmt: name: Formatter - runs-on: ubuntu-latest + runs-on: mempool-ci steps: - uses: actions/checkout@v4 - name: Setup Rust @@ -32,7 +32,7 @@ jobs: test: name: Run Tests - runs-on: ubuntu-latest + runs-on: mempool-ci steps: - uses: actions/checkout@v4 - name: Setup Rust @@ -42,7 +42,7 @@ jobs: - run: cargo test --lib --all-features compile-freebsd: - runs-on: ubuntu-latest + runs-on: mempool-ci name: Run Compile Checks in FreeBSD env: FREEBSD_VER: "14.3" @@ -86,7 +86,7 @@ jobs: clippy: name: Linter - runs-on: ubuntu-latest + runs-on: mempool-ci needs: [check] strategy: matrix: # Try all combinations of features. Some times weird things appear. diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 9f88509..a211388 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -16,7 +16,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest + runs-on: mempool-ci timeout-minutes: 120 name: Build and push to DockerHub steps: