ci: use 'current' for Ubuntu image version

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-09-30 11:43:22 -04:00
parent ea1ade8668
commit 2ea4cfc9fc

View File

@ -298,7 +298,7 @@ jobs:
build-offline-chat-installer-linux: build-offline-chat-installer-linux:
machine: machine:
image: ubuntu-2204:2023.04.2 image: ubuntu-2204:current
steps: steps:
- checkout - checkout
- run: - run:
@ -374,7 +374,7 @@ jobs:
build-online-chat-installer-linux: build-online-chat-installer-linux:
machine: machine:
image: ubuntu-2204:2023.04.2 image: ubuntu-2204:current
steps: steps:
- checkout - checkout
- run: - run:
@ -705,7 +705,7 @@ jobs:
build-gpt4all-chat-linux: build-gpt4all-chat-linux:
machine: machine:
image: ubuntu-2204:2023.04.2 image: ubuntu-2204:current
steps: steps:
- checkout - checkout
- run: - run:
@ -917,7 +917,7 @@ jobs:
build-py-linux: build-py-linux:
machine: machine:
image: ubuntu-2204:2023.04.2 image: ubuntu-2204:current
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -1112,7 +1112,7 @@ jobs:
build-bindings-backend-linux: build-bindings-backend-linux:
machine: machine:
image: ubuntu-2204:2023.04.2 image: ubuntu-2204:current
steps: steps:
- checkout - checkout
- run: - run: