ci: avoid mixing runners for caching reasons

This commit is contained in:
pragmaxim
2026-03-02 20:18:10 +01:00
parent f8f9e5cc0b
commit fcf13292fb

View File

@@ -9,7 +9,7 @@ on:
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64]
steps:
- name: Checkout code