mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
cicd: use newer images
This commit is contained in:
parent
a2ef2e9fdc
commit
ca9ba173ca
1 changed files with 1 additions and 2 deletions
|
@ -39,10 +39,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build database
|
name: Build database
|
||||||
command: make build-db
|
command: make build-db
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3. Newer images don't work
|
image: ubuntu-2204:2023.10.1
|
||||||
resource_class: large
|
resource_class: large
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Loading…
Reference in a new issue