Skip to content

Commit

Permalink
ci: use 'current' for Ubuntu image version
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Sep 30, 2024
1 parent ea1ade8 commit 2ea4cfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:

build-offline-chat-installer-linux:
machine:
image: ubuntu-2204:2023.04.2
image: ubuntu-2204:current
steps:
- checkout
- run:
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:

build-online-chat-installer-linux:
machine:
image: ubuntu-2204:2023.04.2
image: ubuntu-2204:current
steps:
- checkout
- run:
Expand Down Expand Up @@ -705,7 +705,7 @@ jobs:

build-gpt4all-chat-linux:
machine:
image: ubuntu-2204:2023.04.2
image: ubuntu-2204:current
steps:
- checkout
- run:
Expand Down Expand Up @@ -917,7 +917,7 @@ jobs:

build-py-linux:
machine:
image: ubuntu-2204:2023.04.2
image: ubuntu-2204:current
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -1112,7 +1112,7 @@ jobs:

build-bindings-backend-linux:
machine:
image: ubuntu-2204:2023.04.2
image: ubuntu-2204:current
steps:
- checkout
- run:
Expand Down

0 comments on commit 2ea4cfc

Please sign in to comment.