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 c92b7ea commit e581b00Copy full SHA for e581b00
.circleci/config.pkl
@@ -176,7 +176,7 @@ jobs {
176
177
["pkl-gen-swift-macos"] {
178
macos {
179
- xcode = "15.2.0"
+ xcode = "16.4.0"
180
}
181
resource_class = "macos.m1.large.gen1"
182
steps {
.circleci/config.yml
@@ -82,7 +82,7 @@ jobs:
82
- out/
83
resource_class: macos.m1.large.gen1
84
macos:
85
- xcode: 15.2.0
+ xcode: 16.4.0
86
pkl-gen-swift-linux-aarch64:
87
steps:
88
- checkout
0 commit comments