Skip to content

Commit 887a681

Browse files
committed
pythonGH-102306 Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK.
1 parent cbd192b commit 887a681

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v2
130130
- name: Configure CPython
131-
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
131+
run: SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
132132
- name: Build CPython
133133
run: make -j4
134134
- name: Display build info
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK.

0 commit comments

Comments
 (0)