Skip to content

Commit

Permalink
build: try another flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Jun 5, 2023
1 parent e522e7d commit 468941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: macos-12
needs: is-python-release
env:
CXXFLAGS: "-std=c++11"
CXXFLAGS: "-std=c++11 -stdlib=libc++"
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
Expand Down

0 comments on commit 468941b

Please sign in to comment.