Skip to content

Commit

Permalink
GitHub Actions: fix testing-mac.yml Homebrew upgrade python@3.10 and …
Browse files Browse the repository at this point in the history
…python@3.11 failed problem

Signed-off-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
leleliu008 committed Dec 25, 2022
1 parent 033929a commit 0dc0498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install tools and libraries
run: |
# See https://github.com/actions/runner-images/issues/6817.
brew install --overwrite python@3.10
brew install --overwrite python@3.10 python@3.11
brew install automake pkg-config bash libxml2 jansson libyaml gdb docutils pcre2
- name: autogen.sh
run: ./autogen.sh
Expand Down

0 comments on commit 0dc0498

Please sign in to comment.