Skip to content

Commit

Permalink
extended runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Sep 26, 2023
1 parent 25228f5 commit 1839251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1839251

Please sign in to comment.