From 9c4f2ceea279dc9bdc17a55ef565136f602c9ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 23 Jun 2022 09:32:37 +0200 Subject: [PATCH] package/ci: of course this only happens when I push straight to master. --- package/ci/circleci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index ebaa503d7..88d7848b8 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -46,10 +46,9 @@ executors: machine: image: android:202102-01 arm64: - resource_class: medium # there isn't smaller + resource_class: arm.medium # there isn't smaller machine: image: ubuntu-2004:202101-01 - resource_class: arm.medium commands: install-base-linux: