Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Fix release_head_macos and release_head_linux jobs after upgrading xcode base image on CircleCI #499

Merged
merged 2 commits into from
Aug 4, 2022
Merged
Changes from 1 commit
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 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
<<: *macos_image
steps:
- checkout
- run: pip install awscli
- run: pip3 install awscli
- run:
command: sh .circleci/xcode_install_go
- run:
Expand Down