mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +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:
|
||||
name: Build database
|
||||
command: make build-db
|
||||
|
||||
deploy:
|
||||
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
|
||||
steps:
|
||||
- checkout
|
||||
|
|
Loading…
Reference in a new issue