3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-04 13:54:07 +00:00

CI force fast runner

This commit is contained in:
Miodrag Milanović 2024-08-19 11:26:44 +02:00 committed by GitHub
parent 61ca4de2da
commit 67a7821946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
run: pip install xmlschema && make ci
build_verific:
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted, linux, x64, fast]
steps:
- name: Checkout SBY
uses: actions/checkout@v4