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

@@ -15,7 +15,7 @@ env:
jobs:
checkout:
runs-on: [self-hosted, vanity]
runs-on: [self-hosted, xahaud-build]
outputs:
checkout_path: ${{ steps.vars.outputs.checkout_path }}
steps:

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
runs-on: [self-hosted, generic]
env:
CLANG_VERSION: 10
steps:

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

View File

@@ -14,7 +14,7 @@ concurrency:
jobs:
matrix-setup:
runs-on: ubuntu-latest
runs-on: [self-hosted, generic]
container: python:3-slim
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}