Skip to content

Commit

Permalink
feat: update image to current (#190)
Browse files Browse the repository at this point in the history
* update image to current

* ci: fix test executors

* update test image versions

---------

Co-authored-by: Eric Ribeiro <eric.ribeiro@circleci.com>
  • Loading branch information
brentmmarks and Eric Ribeiro committed Jan 15, 2024
1 parent 98779bc commit 39710cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/executors/machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
parameters:
image:
type: string
default: ubuntu-2204:2023.02.1
default: ubuntu-2204:current

dlc:
type: boolean
Expand Down

0 comments on commit 39710cc

Please sign in to comment.