Got the runner labels backwards

This commit is contained in:
Ben Meadors 2024-09-24 12:54:04 -05:00 committed by GitHub
parent 6c488fe816
commit 5488c8f579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ on:
jobs:
test-simulator:
runs-on: test-runner
runs-on: ubuntu-latest
steps:
- name: Install libbluetooth
shell: bash
@ -57,7 +57,7 @@ jobs:
reporter: java-junit
hardware-tests:
runs-on: ubuntu-latest
runs-on: test-runner
steps:
- name: Checkout code
uses: actions/checkout@v4