Skip to content

Commit 8a339f7

Browse files
committed
Use the mempool ci runners
1 parent 4946430 commit 8a339f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Compile Check and Lint
1010
jobs:
1111
check:
1212
name: Compile Check
13-
runs-on: ubuntu-latest
13+
runs-on: mempool-ci
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup Rust
@@ -21,7 +21,7 @@ jobs:
2121

2222
fmt:
2323
name: Formatter
24-
runs-on: ubuntu-latest
24+
runs-on: mempool-ci
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Setup Rust
@@ -32,7 +32,7 @@ jobs:
3232

3333
test:
3434
name: Run Tests
35-
runs-on: ubuntu-latest
35+
runs-on: mempool-ci
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Setup Rust
@@ -42,7 +42,7 @@ jobs:
4242
- run: cargo test --lib --all-features
4343

4444
compile-freebsd:
45-
runs-on: ubuntu-latest
45+
runs-on: mempool-ci
4646
name: Run Compile Checks in FreeBSD
4747
env:
4848
FREEBSD_VER: "14.3"
@@ -86,7 +86,7 @@ jobs:
8686
8787
clippy:
8888
name: Linter
89-
runs-on: ubuntu-latest
89+
runs-on: mempool-ci
9090
needs: [check]
9191
strategy:
9292
matrix: # Try all combinations of features. Some times weird things appear.

.github/workflows/on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-latest
19+
runs-on: mempool-ci
2020
timeout-minutes: 120
2121
name: Build and push to DockerHub
2222
steps:

0 commit comments

Comments
 (0)