Skip to content

Commit

Permalink
ci: add missing macOS build
Browse files Browse the repository at this point in the history
`test-macos.yml` included c++17 which was missing in `test-build.yml`.
  • Loading branch information
KrystalDelusion committed Feb 14, 2024
1 parent b256547 commit 9f6bbdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,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
Expand Down

0 comments on commit 9f6bbdc

Please sign in to comment.