Update workers to self hosted

This commit is contained in:
Wietse Wind
2025-11-25 15:42:01 +01:00
committed by GitHub
parent 8efc02b2d4
commit c42cb0df62
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ jobs:
generator: bash ./hook/generate_sfcodes.sh
- target: hook/tts.h
generator: ./hook/generate_tts.sh
runs-on: ubuntu-latest
runs-on: [self-hosted, generic]
name: ${{ matrix.target }}
steps:
- name: Checkout repository