File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
fail-fast : false
109
109
max-parallel : 4
110
110
matrix :
111
- os : [ macos-11, macos-12 ]
111
+ os : [ macos-11, macos-12, macos-14 ]
112
112
tox_system_factor : [macos-nobootstrap]
113
113
tox_packages_factor : [minimal]
114
114
xcode_version_factor : [default]
@@ -129,7 +129,7 @@ jobs:
129
129
if : contains(matrix.tox_system_factor, 'nobootstrap')
130
130
- name : Move homebrew away
131
131
run : |
132
- (cd /usr/local && for a in bin etc include lib opt sbin share; do sudo mv $a $a-moved; done)
132
+ (cd $(brew --prefix) && for a in bin etc include lib opt sbin share; do sudo mv $a $a-moved; done)
133
133
- name : Select Xcode version
134
134
run : |
135
135
if [ ${{ matrix.xcode_version_factor }} != default ]; then sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version_factor }}.app; fi
You can’t perform that action at this time.
0 commit comments