mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
ci: use 'current' for Ubuntu image version
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
ea1ade8668
commit
2ea4cfc9fc
@ -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:
|
||||
@ -917,7 +917,7 @@ jobs:
|
||||
|
||||
build-py-linux:
|
||||
machine:
|
||||
image: ubuntu-2204:2023.04.2
|
||||
image: ubuntu-2204:current
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
@ -1112,7 +1112,7 @@ jobs:
|
||||
|
||||
build-bindings-backend-linux:
|
||||
machine:
|
||||
image: ubuntu-2204:2023.04.2
|
||||
image: ubuntu-2204:current
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
Loading…
Reference in New Issue
Block a user