Skip to content

Commit

Permalink
GitHub Actions: fix macos-12 failure due to python@3.12
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
leleliu008 committed Mar 13, 2024
1 parent 38fd8e3 commit 4922617
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ jobs:
# NOTE: DO NOT try to install python3 package via brew, it has already been included in macos-xx runner images
# https://github.com/actions/runner-images/blob/macos-13/20231002.1/images/macos/macos-13-Readme.md#python

# https://github.com/universal-ctags/ctags/pull/3954
- if: matrix.os == 'macos-13'
run: brew install --overwrite python@3.12

- run: brew install automake pkg-config jansson libyaml pcre2

- run: pip3 install docutils
- run: pip3 install docutils --break-system-packages

- run: cc --version
- run: make --version
Expand Down

0 comments on commit 4922617

Please sign in to comment.