From b7078219affeae6184ec3a237bbd43fb9f95b328 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 13 Jun 2022 00:15:29 +0200 Subject: [PATCH] test --- .github/workflows/build-cache-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cache-v2.yml b/.github/workflows/build-cache-v2.yml index 32ad1cfc..4a851824 100644 --- a/.github/workflows/build-cache-v2.yml +++ b/.github/workflows/build-cache-v2.yml @@ -123,7 +123,7 @@ jobs: # Let's choose runners wisely [[ $VAR != desktop && $ARC == *arm* ]] && echo ::set-output name=runner::$(echo 'ARM64') || true [[ $VAR == desktop ]] && echo ::set-output name=runner::$(echo 'small') || true - [[ ( $VAR == minimal || $VAR == server ) && $ARC == x86 ]] && echo ::set-output name=runner::$(echo 'ubuntu-latest') || true + [[ $ARC == x86 ]] && echo ::set-output name=runner::$(echo 'ubuntu-latest') || true image: