From 942f5abea85c81e1ef93a95599e796a27973d3ff Mon Sep 17 00:00:00 2001 From: Tom Prince <tom.prince@private.storage> Date: Mon, 4 Oct 2021 09:49:41 -0600 Subject: [PATCH] Don't decrease the instance size. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f6987c..691a231 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,6 +22,8 @@ jobs: # build. - image: "nixorg/nix:circleci" + resource_class: "xlarge" + environment: # Specify a revision of NixOS/nixpkgs to run against. This essentially # pins the majority of the software involved in the build. This -- GitLab