Skip to content

Commit

Permalink
ci: update workflows to use latitude.sh based runners (#829)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Aug 29, 2024
1 parent c906fed commit 13654ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
format:
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: client-sdk-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
Expand All @@ -39,7 +39,7 @@ jobs:
cargo +nightly fmt --check
check:
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: client-sdk-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
test:
needs: ['check']
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: client-sdk-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
Expand Down

0 comments on commit 13654ca

Please sign in to comment.