From 6b69ad90448274b9b2759ad388c6a466aca7ba74 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Fri, 9 Aug 2024 14:54:42 +1200 Subject: [PATCH] changing to selfhosted runners --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 308d2c271..2cbf902e1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ on: jobs: test-client: - runs-on: ubuntu-latest + runs-on: tia-runner-set if: github.event.pull_request.draft == false steps: @@ -44,7 +44,7 @@ jobs: - { platform: linux, arch: arm64 } - { platform: windows, arch: amd64, version: 1809 } - { platform: windows, arch: amd64, version: ltsc2022 } - runs-on: ubuntu-latest + runs-on: tia-runner-set if: github.event.pull_request.draft == false steps: