We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e522e7d commit 468941bCopy full SHA for 468941b
.github/workflows/release-python.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: macos-12
19
needs: is-python-release
20
env:
21
- CXXFLAGS: "-std=c++11"
+ CXXFLAGS: "-std=c++11 -stdlib=libc++"
22
strategy:
23
matrix:
24
python-version: ['3.8', '3.9', '3.10', '3.11']
0 commit comments