Skip to content

Commit a711a38

Browse files
pitroukou
andauthored
Update dev/release/verify-yum.sh
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 16eca75 commit a711a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify-yum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pushd build/minimal_build
220220
${cmake_command} .
221221
make -j$(nproc)
222222
./arrow-example
223-
c++ -o arrow-example example.cc $(pkg-config --cflags --libs arrow) -std=c++20
223+
c++ -o arrow-example example.cc $(pkg-config --cflags --libs arrow) -std=c++2a
224224
./arrow-example
225225
popd
226226
echo "::endgroup::"

0 commit comments

Comments
 (0)