Skip to content

Commit 9d924c8

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-macos.yml (local-nohomebrew): Also test on M1
1 parent 7b1d6c9 commit 9d924c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
fail-fast: false
109109
max-parallel: 4
110110
matrix:
111-
os: [ macos-11, macos-12 ]
111+
os: [ macos-11, macos-12, macos-14 ]
112112
tox_system_factor: [macos-nobootstrap]
113113
tox_packages_factor: [minimal]
114114
xcode_version_factor: [default]
@@ -129,7 +129,7 @@ jobs:
129129
if: contains(matrix.tox_system_factor, 'nobootstrap')
130130
- name: Move homebrew away
131131
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)
133133
- name: Select Xcode version
134134
run: |
135135
if [ ${{ matrix.xcode_version_factor }} != default ]; then sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version_factor }}.app; fi

0 commit comments

Comments
 (0)