Skip to content

Commit

Permalink
[3.7] pythonGH-102306 Avoid GHA CI macOS test_posix failure by using …
Browse files Browse the repository at this point in the history
…the appropriate macOS SDK. (pythonGH-102427)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
  • Loading branch information
ned-deily and arhadthedev committed Apr 10, 2023
1 parent 00d1d32 commit 7522ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK.

0 comments on commit 7522ff7

Please sign in to comment.