From 9a164e7be967dba0ed6568c0ae1bb3ea1466dfe5 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 16 Oct 2023 11:21:30 -0700 Subject: [PATCH] bump builds to use a modern ubuntu --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f22c7d2..fda340f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: jobs: build: machine: - image: ubuntu-1604:201903-01 + image: ubuntu-2204:2023.07.2 working_directory: ~/repo @@ -50,4 +50,4 @@ workflows: test-orb: jobs: - orb-tools/lint: - lint-dir: orb/ \ No newline at end of file + lint-dir: orb/