Skip to content

Commit 468941b

Browse files
committed
build: try another flag
1 parent e522e7d commit 468941b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-12
1919
needs: is-python-release
2020
env:
21-
CXXFLAGS: "-std=c++11"
21+
CXXFLAGS: "-std=c++11 -stdlib=libc++"
2222
strategy:
2323
matrix:
2424
python-version: ['3.8', '3.9', '3.10', '3.11']

0 commit comments

Comments
 (0)