Skip to content

Commit 2e58b57

Browse files
authored
Add instructions for one-off CI runs with alternative Xcode versions (#8569)
1 parent 69435ca commit 2e58b57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/setup_bundler.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
18+
# To test another version of Xcode for all of CI:
19+
# - Add any edit, like a blank line, to Gemfile.
20+
# - Uncomment the following line and choose the alternative Xcode version.
21+
#sudo xcode-select -s /Applications/Xcode_13.0.app/Contents/Developer
22+
1723
bundle update --bundler # ensure bundler version is high enough for Gemfile.lock
1824
bundle install
1925
bundle --version

0 commit comments

Comments
 (0)