Compare commits

..

1 Commits

Author SHA1 Message Date
tequ
4eb1e4105a Revert "Update workers to self hosted"
This reverts commit c42cb0df62.
2025-11-26 00:12:45 +09:00
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
check:
runs-on: [self-hosted, generic]
runs-on: ubuntu-latest
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: [self-hosted, generic]
runs-on: ubuntu-latest
name: ${{ matrix.target }}
steps:
- name: Checkout repository

View File

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