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