Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest ci-toolkit, 3.9.1, to print better logs when caching #2688

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/shared-pipeline-vars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# 🎗️ If you update the image to a newer Xcode version, don't forget to also update the badge in the README.md file accordingly for consistency
XCODE_VERSION="16.1"
CI_TOOLKIT_PLUGIN_VERSION="3.7.1"
CI_TOOLKIT_PLUGIN_VERSION="3.9.1"

# Note: `-v4` suffix added to use xcode-16.1-v4 image; remember to remove that suffix on next Xcode update
export IMAGE_ID="xcode-$XCODE_VERSION-v4"
Expand Down
Loading