diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a2682b26b16..495970ef20ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ parameters: distribution-scripts-version: description: "Git ref for version of https://github.com/crystal-lang/distribution-scripts/" type: string - default: "1ee31a42f0b06776a42fa4635b54dc9ec567e68a" + default: "54d475d5f39dc6c95002683e5258cf8f83ca7415" previous_crystal_base_url: description: "Prefix for URLs to Crystal bootstrap compiler" type: string @@ -81,7 +81,7 @@ jobs: test_darwin: macos: - xcode: 15.4.0 + xcode: 16.4.0 environment: <<: *env TRAVIS_OS_NAME: osx @@ -285,7 +285,7 @@ jobs: dist_darwin: macos: - xcode: 15.3.0 + xcode: 16.4.0 shell: /bin/bash --login -eo pipefail steps: - restore_cache: