Skip to content

Commit 4812813

Browse files
authored
[3.8] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK (GH-102307)
[3.8] Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK.
1 parent 7a3db0c commit 4812813

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)