Skip to content

Commit 9e64af3

Browse files
committed
use g++14
1 parent fc15d1a commit 9e64af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- flag: -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++
2020
binary: ./build/libdptsp.so
2121
upload_name: x64_dptsp.dll
22-
- flag: -DCMAKE_CXX_FLAGS="-m32"
22+
- flag: -DCMAKE_CXX_FLAGS="-m32" -DCMAKE_CXX_COMPILER=g++-14
2323
binary: ./build/libdptsp.so
2424
upload_name: x86_64_libdptsp.so
25-
- flag: -DCMAKE_CXX_FLAGS="-m64"
25+
- flag: -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=g++-14
2626
binary: ./build/libdptsp.so
2727
upload_name: x64_libdptsp.so
2828
- flag: -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++-14

0 commit comments

Comments
 (0)