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 12a305d commit 6caa9a5Copy full SHA for 6caa9a5
.circleci/config.yml
@@ -8,7 +8,7 @@ parameters:
8
distribution-scripts-version:
9
description: "Git ref for version of https://github.com/crystal-lang/distribution-scripts/"
10
type: string
11
- default: "1ee31a42f0b06776a42fa4635b54dc9ec567e68a"
+ default: "54d475d5f39dc6c95002683e5258cf8f83ca7415"
12
previous_crystal_base_url:
13
description: "Prefix for URLs to Crystal bootstrap compiler"
14
@@ -81,7 +81,7 @@ jobs:
81
82
test_darwin:
83
macos:
84
- xcode: 15.4.0
+ xcode: 16.4.0
85
environment:
86
<<: *env
87
TRAVIS_OS_NAME: osx
@@ -285,7 +285,7 @@ jobs:
285
286
dist_darwin:
287
288
- xcode: 15.3.0
289
shell: /bin/bash --login -eo pipefail
290
steps:
291
- restore_cache:
0 commit comments