Skip to content

Commit 7522ff7

Browse files
[3.7] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK. (GH-102427)
Co-authored-by: Oleg Iarygin <[email protected]>
1 parent 00d1d32 commit 7522ff7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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
Lines changed: 1 addition & 0 deletions
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)