We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797874e commit d0fc1ddCopy full SHA for d0fc1dd
.circleci/configurations/executors.yml
@@ -45,6 +45,6 @@ executors:
45
<<: *defaults
46
resource_class: macos.m1.medium.gen1
47
macos:
48
- xcode: '15.0.8'
+ xcode: '15.1'
49
environment:
50
- BUILD_FROM_SOURCE: true
.circleci/configurations/top_level.yml
@@ -59,7 +59,7 @@ references:
59
# Dependency Anchors
60
# -------------------------
61
dependency_versions:
62
- xcode_version: &xcode_version "15.0.8"
+ xcode_version: &xcode_version "15.1"
63
nodelts_image: &nodelts_image "cimg/node:20.2.0"
64
nodeprevlts_image: &nodeprevlts_image "cimg/node:18.12.1"
65
nodelts_browser_image: &nodelts_browser_image "cimg/node:20.2.0-browsers"
0 commit comments