Compare commits

...

3 Commits

Author SHA1 Message Date
RichardAH
fd0845f9fc Merge branch 'dev' into sublimator-patch-5 2025-11-27 09:39:11 +10:00
tequ
70bbe83525 Revert "Update workers to self hosted" (#638) 2025-11-27 09:38:45 +10:00
Niq Dudfield
69e2831ca7 Wind back macOS runner version 2025-11-25 13:39:45 +07:00
5 changed files with 5 additions and 5 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

@@ -20,7 +20,7 @@ jobs:
- Ninja
configuration:
- Debug
runs-on: macos-15-xlarge
runs-on: macos-15
env:
build_dir: .build
# Bump this number to invalidate all caches globally.

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 }}