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 45f200c commit 8fba561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ 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

- if: matrix.os == 'macos-12'
run: brew install --overwrite python@3.12

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

- run: pip3 install docutils
Expand Down

0 comments on commit 8fba561

Please sign in to comment.