Skip to content

Commit b25f0c6

Browse files
committed
Use a different ubuntu image for CircleCI
To avoid the recent issues with apt locks, we are moving to a more recent release.
1 parent 21a28a4 commit b25f0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
machine:
5-
image: circleci/classic:201808-01
5+
image: ubuntu-1604:201903-01
66
working_directory: ~/project
77
steps:
88
- checkout

0 commit comments

Comments
 (0)