From b33fb6052a3d4e3b511241911367357a4259a7cf Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Mon, 25 Oct 2021 13:33:07 -0700 Subject: [PATCH] Update ubuntu image for driver-loader tests (20.04LTS) Update the ubuntu image for driver-loader/integration tests from 16.04LTS to 20.04LTS. Signed-off-by: Mark Stemm --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8da5ef22..53589390 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -303,7 +303,7 @@ jobs: path: /build-static/release/integration-tests-xunit "tests/driver-loader/integration": machine: - image: ubuntu-1604:202004-01 + image: ubuntu-2004:202107-02 steps: - attach_workspace: at: /tmp/ws