mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Merge pull request #1881 from miketimofeev/revert-1829-v-malob/xcodebuild
[macOS] Revert "Freeze xcodeproj 1.18.0"
This commit is contained in:
@@ -4,14 +4,6 @@ source ~/utils/utils.sh
|
|||||||
echo Updating RubyGems...
|
echo Updating RubyGems...
|
||||||
gem update --system
|
gem update --system
|
||||||
|
|
||||||
|
|
||||||
# Freeze xcodeproj 1.18.0 because version 1.19.0 contains breaking changes related to CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER flag
|
|
||||||
# Related issues:
|
|
||||||
# - https://github.com/CocoaPods/CocoaPods/issues/10153
|
|
||||||
# - https://github.com/actions/virtual-environments/issues/1804
|
|
||||||
# Need to revisit when Cocoapods 1.10.0 is released and added to VM
|
|
||||||
gem install xcodeproj -v 1.18.0
|
|
||||||
|
|
||||||
echo Installing xcode-install utility...
|
echo Installing xcode-install utility...
|
||||||
gem install xcode-install --force
|
gem install xcode-install --force
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user