Skip to content

Commit

Permalink
swap to use hosted gha runner
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Mar 11, 2024
1 parent a0bbaed commit 5f9969a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
runs-on: equinix-2cpu-8gb
steps:
- uses: yogevbd/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
verify-json-validation:
runs-on: ubuntu-latest
runs-on: oracle-aarch64-2cpu-8gb
steps:
- uses: actions/checkout@v1
- name: Validate JSON
Expand Down

0 comments on commit 5f9969a

Please sign in to comment.