diff --git a/.github/workflows/mac-builds.yml b/.github/workflows/mac-builds.yml index edbae88a..5bcc3541 100644 --- a/.github/workflows/mac-builds.yml +++ b/.github/workflows/mac-builds.yml @@ -11,7 +11,7 @@ jobs: - g++-9 - clang++ build_type: [Debug, Release] - std: [14] + std: [14, 17] include: - build_type: Debug examples: ON