ci: add missing macOS build

`test-macos.yml` included c++17 which was missing in `test-build.yml`.
This commit is contained in:
Krystine Sherwin 2024-02-15 09:49:02 +13:00
parent 9348221154
commit c9c6b96ba9
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -48,10 +48,13 @@ jobs:
# Add os_name
- os: ubuntu-20.04
os_name: focal
# macOS build
# macOS builds
- os: macos-13
compiler: 'clang'
cpp_std: 'c++11'
- os: macos-13
compiler: 'clang'
cpp_std: 'c++17'
# Limited testing for older compilers
- os: ubuntu-20.04
os_name: focal