Skip to content

Commit

Permalink
GitHub Actions: use python 3.10 instead of 3.11 on MacOS
Browse files Browse the repository at this point in the history
See https://github.com/actions/runner-images/issues/6817

Suggested-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
masatake committed Dec 23, 2022
1 parent 43c14a7 commit a5d8001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: brew update
- name: install tools and libraries
run: |
# python@3.11 symlink 2to3-3.11 to /usr/local/bin/2to3-3.11, but it already exists. so we need use --overwrite option when installing python@3.11, python@3.11 is depended by gdb.
brew install --overwrite python@3.11
# See https://github.com/actions/runner-images/issues/6817.
brew install --overwrite python@3.10
brew install automake pkg-config bash libxml2 jansson libyaml gdb docutils pcre2
- name: autogen.sh
run: ./autogen.sh
Expand Down

0 comments on commit a5d8001

Please sign in to comment.