From 5149f848a2055015d47c941251aa7353b397a5da Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Tue, 8 Oct 2024 05:15:43 +0800 Subject: [PATCH] update --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc2161e..55088c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,7 +82,7 @@ jobs: ./tests/test-against-previous-version.sh ./tests/test_binaryReproducible.sh - "22.04": + "20.04": docker: - image: circleci/buildpack-deps:22.04 working_directory: /home/circleci/DEploid @@ -127,6 +127,6 @@ workflows: version: 2 build: jobs: - - "22.04" + - "20.04" # - "14.04" # - "16.04"