File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
+ branches :
5
+ - ' **'
4
6
paths-ignore :
5
7
- ' Dockerfile'
6
8
- ' .dockerignore'
Original file line number Diff line number Diff line change 34
34
set -x
35
35
36
36
if [[ $ID == macos ]]; then
37
+ export HOMEBREW_NO_ENV_HINTS=1
37
38
if [[ -n $GITHUB_ACTIONS ]]; then
38
39
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
39
40
fi
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ def configure(conf):
27
27
if Utils .unversioned_sys_platform () == 'darwin' :
28
28
if ccver < (10 , 0 , 0 ):
29
29
errmsg = ('The version of Xcode you are using is too old.\n '
30
- 'The minimum supported Xcode version is 12.4 .' )
31
- elif ccver < (12 , 0 , 0 ):
32
- warnmsg = ('Using a version of Xcode older than 12.4 is not '
30
+ 'The minimum supported Xcode version is 13.0 .' )
31
+ elif ccver < (13 , 0 , 0 ):
32
+ warnmsg = ('Using a version of Xcode older than 13.0 is not '
33
33
'officially supported and may result in build failures.' )
34
34
elif ccver < (7 , 0 , 0 ):
35
35
errmsg = ('The version of clang you are using is too old.\n '
You can’t perform that action at this time.
0 commit comments