From 77f6e11350211d44be85955b99589e84c298863f Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Thu, 2 May 2024 23:47:49 +0300 Subject: [PATCH] update --- .github/workflows/app-code-coverage.yml | 2 +- .github/workflows/app-unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-code-coverage.yml b/.github/workflows/app-code-coverage.yml index 4f14c70..4c894f7 100644 --- a/.github/workflows/app-code-coverage.yml +++ b/.github/workflows/app-code-coverage.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-22.04] - runs-on: ${{ matrix.os }} + runs-on: self-hosted steps: - name: Checkout Repository diff --git a/.github/workflows/app-unit-test.yml b/.github/workflows/app-unit-test.yml index 151a127..fa51a0e 100644 --- a/.github/workflows/app-unit-test.yml +++ b/.github/workflows/app-unit-test.yml @@ -11,7 +11,7 @@ jobs: #os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] os: [ubuntu-22.04] - runs-on: ${{ matrix.os }} + runs-on: self-hosted steps: - name: Checkout Repository