From 62bc84366bed4df3ffb6496b94b44c5a8ccb542e Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 30 Sep 2024 18:56:10 -0400 Subject: [PATCH] ci: use 'current' for Ubuntu image version (#3009) Signed-off-by: Jared Van Bortel --- .circleci/continue_config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 7866532c..712ccf40 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -298,7 +298,7 @@ jobs: build-offline-chat-installer-linux: machine: - image: ubuntu-2204:2023.04.2 + image: ubuntu-2204:current steps: - checkout - run: @@ -374,7 +374,7 @@ jobs: build-online-chat-installer-linux: machine: - image: ubuntu-2204:2023.04.2 + image: ubuntu-2204:current steps: - checkout - run: @@ -705,7 +705,7 @@ jobs: build-gpt4all-chat-linux: machine: - image: ubuntu-2204:2023.04.2 + image: ubuntu-2204:current steps: - checkout - run: @@ -920,7 +920,7 @@ jobs: build-py-linux: machine: - image: ubuntu-2204:2023.04.2 + image: ubuntu-2204:current steps: - checkout - restore_cache: @@ -1118,7 +1118,7 @@ jobs: build-bindings-backend-linux: machine: - image: ubuntu-2204:2023.04.2 + image: ubuntu-2204:current steps: - checkout - run: