Update main.yml

This commit is contained in:
greg
2021-11-07 11:41:19 -05:00
parent c331310901
commit 6f4cb00ffd
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [gcc]
compiler: [g++]
flags: [-std=c++11, -std=c++17]
optimize: [-O2]
steps: