From 39710cc131be371c96cd7af5996539ef4b5b5a98 Mon Sep 17 00:00:00 2001 From: Brent Marks <77679281+brentmmarks@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:37:39 -0500 Subject: [PATCH] feat: update image to current (#190) * update image to current * ci: fix test executors * update test image versions --------- Co-authored-by: Eric Ribeiro --- .circleci/test-deploy.yml | 10 +++++----- src/executors/machine.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index 56c50d7..6a43a7e 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -619,11 +619,11 @@ workflows: executors: macos-old: macos: - xcode: 14.2.0 - resource_class: medium + xcode: 14.3.1 + resource_class: macos.x86.medium.gen2 macos-latest: macos: - xcode: 15.0.0 + xcode: 15.2.0 resource_class: macos.x86.medium.gen2 docker-old: docker: @@ -633,13 +633,13 @@ executors: - image: cimg/base:stable machine-old: machine: - image: ubuntu-2004:202010-01 + image: ubuntu-2004:current machine-latest: machine: image: ubuntu-2004:current machine-arm: resource_class: arm.medium machine: - image: ubuntu-2004:202101-01 + image: ubuntu-2004:current # VS Code Extension Version: 1.3.0 diff --git a/src/executors/machine.yml b/src/executors/machine.yml index eb8d632..a4c8d7a 100644 --- a/src/executors/machine.yml +++ b/src/executors/machine.yml @@ -5,7 +5,7 @@ description: > parameters: image: type: string - default: ubuntu-2204:2023.02.1 + default: ubuntu-2204:current dlc: type: boolean