From 2bc919f6852de59a874fc50198449940e4b532b8 Mon Sep 17 00:00:00 2001 From: Zach Stone Date: Mon, 4 Nov 2024 11:01:29 -0500 Subject: [PATCH] Update CircleCI runner instance versions --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1f527f0..7abdab4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ commands: jobs: verify: docker: - - image: cimg/base:2022.11 + - image: cimg/base:current-22.04 steps: - checkout - run: @@ -38,7 +38,7 @@ jobs: validate: machine: - image: ubuntu-2004:202010-01 + image: ubuntu-2204:current environment: KYVERNO_VERSION: v1.5.0-rc3 steps: @@ -54,7 +54,7 @@ jobs: test-policies: machine: - image: ubuntu-2004:202010-01 + image: ubuntu-2204:current environment: KIND_VERSION: v0.17.0 KUBERNETES_VERSION: v1.24.7