Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
upgrade runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Dec 20, 2023
1 parent d716ecf commit b98038e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'Cargo.lock'
jobs:
security_audit:
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build:
name: Build
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -28,7 +28,7 @@ jobs:
fmt:
name: Rustfmt
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -42,7 +42,7 @@ jobs:
clippy:
name: Clippy
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
build:
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
container:
image: earthly/earthly:v0.7.21
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
sync_test:
name: Testing syncing
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
services:
postgres:
image: postgres:15
Expand Down

0 comments on commit b98038e

Please sign in to comment.