From 1839251ae94c27dc1a9a6fa67667bef49dfbfc4e Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Tue, 26 Sep 2023 19:42:46 +0200 Subject: [PATCH] extended runners --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 126e7f86cade64..333beaf6647e09 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -755,7 +755,7 @@ jobs: shell: bash strategy: matrix: - runner: [aks-linux-16-cores, aks-linux-8-cores aks-linux-4-cores] + runner: [aks-linux-16-cores, aks-linux-8-cores, aks-linux-4-cores, aks-linux-2-cores] runs-on: ${{ matrix.runner }} container: image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04