Skip to content

Commit a961c87

Browse files
committed
Try g++12
1 parent f3fa62d commit a961c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
platforms: all
4242
- uses: pypa/[email protected]
43+
env:
44+
CXX: "g++-12"
4345
- uses: actions/upload-artifact@v4
4446
with:
4547
name: artifact-wheel-${{ matrix.os }}

0 commit comments

Comments
 (0)