From 7d6fbca80018a86a3a8f7dd354e9d5e5cb11001b Mon Sep 17 00:00:00 2001 From: Matthieu <20992787+MatthieuCoder@users.noreply.github.com> Date: Sun, 26 Sep 2021 20:17:49 +0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34c3f1a..754da91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,15 +18,14 @@ commands: jobs: build: - docker: - - image: cimg/base:stable + machine: + image: 'ubuntu-2004:202010-01' steps: - checkout - setup-bazel - run: name: "Build" command: "bazel build //:packages" - no_output_timeout: 3h - store_artifacts: path: ~/project/bazel-bin/packages* -- 2.39.5