Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
distribution-scripts-version:
99
description: "Git ref for version of https://github.com/crystal-lang/distribution-scripts/"
1010
type: string
11-
default: "1ee31a42f0b06776a42fa4635b54dc9ec567e68a"
11+
default: "54d475d5f39dc6c95002683e5258cf8f83ca7415"
1212
previous_crystal_base_url:
1313
description: "Prefix for URLs to Crystal bootstrap compiler"
1414
type: string
@@ -81,7 +81,7 @@ jobs:
8181

8282
test_darwin:
8383
macos:
84-
xcode: 15.4.0
84+
xcode: 16.4.0
8585
environment:
8686
<<: *env
8787
TRAVIS_OS_NAME: osx
@@ -285,7 +285,7 @@ jobs:
285285

286286
dist_darwin:
287287
macos:
288-
xcode: 15.3.0
288+
xcode: 16.4.0
289289
shell: /bin/bash --login -eo pipefail
290290
steps:
291291
- restore_cache:

0 commit comments

Comments
 (0)