Update package_raspbian.yml to build on self-hosted (#4761)

* Update package_raspbian.yml to build on self-hosted

* Update package_raspbian_armv7l.yml to use self hosted
This commit is contained in:
Jonathan Bennett
2024-09-18 00:17:48 -05:00
committed by GitHub
parent 2d52803dbd
commit 4289cb089b
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
uses: ./.github/workflows/build_raspbian.yml
package-raspbian:
runs-on: ubuntu-latest
runs-on: [linux]
needs: build-raspbian
steps:
- name: Checkout code