Skip to content

Commit

Permalink
Use a different ubuntu image for CircleCI
Browse files Browse the repository at this point in the history
To avoid the recent issues with apt locks, we are moving to a more
recent release.
  • Loading branch information
equalsraf committed Sep 12, 2019
1 parent 21a28a4 commit b25f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
machine:
image: circleci/classic:201808-01
image: ubuntu-1604:201903-01
working_directory: ~/project
steps:
- checkout
Expand Down

0 comments on commit b25f0c6

Please sign in to comment.