From 70e391251797a894fd84ba373b366348b3557568 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 15 Feb 2022 15:19:56 -0500 Subject: [PATCH] Fixing circle yaml --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c63f1c14..37010e53 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,8 @@ workflows: jobs: test: parallelism: 5 # parallel containers to split the tests among - image: ubuntu-2004:202201-02 + machine: + image: circleci/classic:201707-01 environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" _SERVICE_OCCURENCE: 5 @@ -138,7 +139,8 @@ jobs: path: ~/junit/ destination: testartifacts build: - image: ubuntu-2004:202201-02 + machine: + image: circleci/classic:201707-01 environment: _JAVA_OPTIONS: "-Xms2g -Xmx2g" _SERVICE_OCCURENCE: 5