Skip to content

Commit

Permalink
Use client runners
Browse files Browse the repository at this point in the history
We do not have the edge-builder anymore AFAIK, we should be
able to use the client runners though.
  • Loading branch information
JanneKiiskila committed Apr 3, 2024
1 parent 8ea4238 commit b5b0038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devmode-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

build:

runs-on: [ "self-hosted", "edge-builder" ]
runs-on: [ "self-hosted", "client" ]
env:
SCRIPTS_INTERNAL_DIR: scripts-internal
EDGE_CONFIGS_DIR: scripts-internal/edge/edge-config/build-mbed-edge-devmode-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
static-checks:
runs-on: ubuntu-latest
runs-on: [ "self-hosted", "client" ]
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

make-test-valgrind:

runs-on: [ "self-hosted", "edge-builder" ]
runs-on: [ "self-hosted", "client" ]
env:
SCRIPTS_INTERNAL_DIR: scripts-internal
EDGE_CONFIGS_DIR: scripts-internal/edge/edge-config/build-mbed-edge-devmode-test
Expand Down

0 comments on commit b5b0038

Please sign in to comment.