update self-hosted to qemu-specific runner (#57)

This commit is contained in:
Romain Malmain 2024-04-09 19:50:55 +02:00 committed by GitHub
parent 821ad47143
commit ce4dbbc513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: self-hosted runs-on: [self-hosted, qemu]
container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4