Skip to content

Commit 5f9969a

Browse files
committedMar 11, 2024
swap to use hosted gha runner
Signed-off-by: Jeffrey Sica <[email protected]>
1 parent a0bbaed commit 5f9969a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/enforce-pr-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [labeled, unlabeled, opened, edited, synchronize]
66
jobs:
77
enforce-label:
8-
runs-on: ubuntu-latest
8+
runs-on: equinix-2cpu-8gb
99
steps:
1010
- uses: yogevbd/enforce-label-action@2.1.0
1111
with:

‎.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
verify-json-validation:
7-
runs-on: ubuntu-latest
7+
runs-on: oracle-aarch64-2cpu-8gb
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Validate JSON

0 commit comments

Comments
 (0)
Please sign in to comment.