Skip to content

Commit 3b81b27

Browse files
committed
Updated C++ requirement on MacOS workflow pipeline.
1 parent d7d95e1 commit 3b81b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/macos_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Build Example
2020
run: |
2121
mkdir dist
22-
g++ -std=c++11 -o dist/basic_example -Iinclude src/myshell.cpp examples/basic_example.cpp
23-
g++ -std=c++11 -o dist/interactive_example -Iinclude src/myshell.cpp examples/interactive_example.cpp
22+
g++ -std=c++14 -o dist/basic_example -Iinclude src/myshell.cpp examples/basic_example.cpp
23+
g++ -std=c++14 -o dist/interactive_example -Iinclude src/myshell.cpp examples/interactive_example.cpp
2424
2525
- name: Test Build Output Binaries
2626
run: |

0 commit comments

Comments
 (0)