Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
steps:
- uses: actions/checkout@v2
- name: Configure CPython
- run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
+ run: SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
- name: Build CPython
run: make -j4
- name: Display build info
--- /dev/null
+Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK.