Skip to content

Commit 6b51b96

Browse files
committed
Compiler specification for MacOS G++.
1 parent f33d3cc commit 6b51b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Build Example
2020
run: |
2121
mkdir dist
22-
g++ -o dist/basic_example -Iinclude src/myshell.cpp examples/basic_example.cpp
23-
g++ -o dist/interactive_example -Iinclude src/myshell.cpp examples/interactive_example.cpp
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
2424
2525
- name: Test Build Output Binaries
2626
run: |

0 commit comments

Comments
 (0)