Skip to content

Commit

Permalink
[3.8] GH-102306 Avoid GHA CI macOS test_posix failure by using the ap…
Browse files Browse the repository at this point in the history
…propriate macOS SDK (GH-102307)

[3.8] Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK.
  • Loading branch information
ned-deily authored Mar 4, 2023
1 parent 7a3db0c commit 4812813
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -129,7 +129,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,2 @@
[3.8] Avoid GHA CI macOS test_posix failure by using the appropriate macOS
SDK.

0 comments on commit 4812813

Please sign in to comment.