Got the runner labels backwards

This commit is contained in:
Ben Meadors
2024-09-24 12:54:04 -05:00
committed by GitHub
co-authored by GitHub
parent 6c488fe816
commit 5488c8f579
+2 -2
View File
@@ -7,7 +7,7 @@ on:
jobs: jobs:
test-simulator: test-simulator:
runs-on: test-runner runs-on: ubuntu-latest
steps: steps:
- name: Install libbluetooth - name: Install libbluetooth
shell: bash shell: bash
@@ -57,7 +57,7 @@ jobs:
reporter: java-junit reporter: java-junit
hardware-tests: hardware-tests:
runs-on: ubuntu-latest runs-on: test-runner
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4