Skip to content

Commit 60acf9b

Browse files
committed
CI: use the right Python in the Homebrew jobs
Update the path added to the $PATH to reflect the installation path change in recent Homebrew releases.
1 parent 09e18fc commit 60acf9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
- name: Install Homebrew Python
281281
run: |
282282
brew install --overwrite python@${{ matrix.python }}
283-
echo /usr/local/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
283+
echo /opt/homebrew/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
284284
285285
- name: Install Ninja
286286
run: brew install ninja

0 commit comments

Comments
 (0)