Skip to content

Commit 1b1c812

Browse files
authored
Migrating from Ubuntu 14.04 to Ubuntu 20.04 for Circle CI jobs (envoyproxy#199)
Signed-off-by: rulex123 <[email protected]>
1 parent 12da53c commit 1b1c812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2
22
jobs:
33
build:
4-
machine: true
4+
machine:
5+
image: ubuntu-2004:202201-02
56

67
working_directory: ~/repo
78

0 commit comments

Comments
 (0)