Skip to content

Commit

Permalink
Update CircleCI runner instance versions (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z authored Nov 4, 2024
1 parent d5d0b38 commit e210c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands:
jobs:
verify:
docker:
- image: cimg/base:2022.11
- image: cimg/base:current-22.04
steps:
- checkout
- run:
Expand All @@ -38,7 +38,7 @@ jobs:
validate:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2204:current
environment:
KYVERNO_VERSION: v1.5.0-rc3
steps:
Expand All @@ -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
Expand Down

0 comments on commit e210c3a

Please sign in to comment.