Skip to content

Commit

Permalink
Merge pull request #3610 from leleliu008/github-actions-testing-mac-y…
Browse files Browse the repository at this point in the history
…ml-homebrew-python

GitHub Actions: fix testing-mac.yml Homebrew upgrade python@3.10 and python@3.11 failed problem
  • Loading branch information
masatake committed Dec 25, 2022
2 parents 033929a + 0dc0498 commit 12ff207
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 12ff207

Please sign in to comment.