Skip to content

Commit cc83dac

Browse files
committed
GitHub Actions: use python 3.10 instead of 3.11 on MacOS
See https://github.com/actions/runner-images/issues/6817
1 parent 43c14a7 commit cc83dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: brew update
2727
- name: install tools and libraries
2828
run: |
29-
# [email protected] symlink 2to3-3.11 to /usr/local/bin/2to3-3.11, but it already exists. so we need use --overwrite option when installing [email protected], [email protected] is depended by gdb.
30-
brew install --overwrite python@3.11
29+
# See https://github.com/actions/runner-images/issues/6817.
30+
brew install --overwrite python@3.10
3131
brew install automake pkg-config bash libxml2 jansson libyaml gdb docutils pcre2
3232
- name: autogen.sh
3333
run: ./autogen.sh

0 commit comments

Comments
 (0)