Skip to content

Commit

Permalink
cicd: use newer images
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Dec 13, 2023
1 parent a2ef2e9 commit ca9ba17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca9ba17

Please sign in to comment.