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 (#3009)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
38140b2886
commit
62bc84366b
@ -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:
|
||||||
@ -920,7 +920,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:
|
||||||
@ -1118,7 +1118,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:
|
||||||
|
Loading…
Reference in New Issue
Block a user