Skip to content

Commit e581b00

Browse files
authored
Update xcode to 16.4.0 (#58)
Fixes an issue where the installed Swift (5.9) is older than the required version (5.10)
1 parent c92b7ea commit e581b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.pkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs {
176176

177177
["pkl-gen-swift-macos"] {
178178
macos {
179-
xcode = "15.2.0"
179+
xcode = "16.4.0"
180180
}
181181
resource_class = "macos.m1.large.gen1"
182182
steps {

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- out/
8383
resource_class: macos.m1.large.gen1
8484
macos:
85-
xcode: 15.2.0
85+
xcode: 16.4.0
8686
pkl-gen-swift-linux-aarch64:
8787
steps:
8888
- checkout

0 commit comments

Comments
 (0)