Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit f4a5f34

Browse files
jverkoeyianegordon
authored andcommitted
Remove outdated comment (#12)
1 parent 71521ea commit f4a5f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ -n "$KOKORO_BUILD_NUMBER" ]; then
5757
cd github/repo
5858
fi
5959

60-
# Runs our tests on every available Xcode 8 or 9 installation.
60+
# Runs our tests on every available Xcode installation.
6161
ls /Applications/ | grep "Xcode" | while read -r xcode_path; do
6262
xcode_version=$(cat /Applications/$xcode_path/Contents/version.plist \
6363
| grep "CFBundleShortVersionString" -A1 \

0 commit comments

Comments
 (0)