Skip to content

Commit

Permalink
test: change Xcode version to 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Dec 13, 2023
1 parent d0fc1dd commit 7449942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/configurations/executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ executors:
<<: *defaults
resource_class: macos.m1.medium.gen1
macos:
xcode: '15.1'
xcode: '15.2'
environment:
- BUILD_FROM_SOURCE: true
2 changes: 1 addition & 1 deletion .circleci/configurations/top_level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ references:
# Dependency Anchors
# -------------------------
dependency_versions:
xcode_version: &xcode_version "15.1"
xcode_version: &xcode_version "15.2"
nodelts_image: &nodelts_image "cimg/node:20.2.0"
nodeprevlts_image: &nodeprevlts_image "cimg/node:18.12.1"
nodelts_browser_image: &nodelts_browser_image "cimg/node:20.2.0-browsers"
Expand Down

0 comments on commit 7449942

Please sign in to comment.