Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Oct 25, 2024
1 parent 36f0be7 commit 250bc6b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/apple_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ jobs:
matrix:
include:

# Apple Clang 14.0.0
- macos_ver: '12'
# Apple Clang 15.0.0
- macos_ver: '13'
build_type: 'Release'
flags: '-std=c++11 -Werror -msse2'

- macos_ver: '12'
build_type: 'Release'
flags: '-std=c++20 -Werror -msse2 -DLIBCPP_TEST_DEDUCTION_GUIDES'

# Apple Clang 15.0.0
- macos_ver: '13'
build_type: 'Release'
flags: '-std=c++20 -Werror -msse2 -DLIBCPP_TEST_DEDUCTION_GUIDES'
Expand All @@ -28,7 +23,13 @@ jobs:
build_type: 'Release'
flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES'

- macos_ver: '14'
# macOS-15-arm64
# Apple Clang 16.0.0
- macos_ver: '15'
build_type: 'Release'
flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES'

- macos_ver: '15'
build_type: 'Release'
flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'

Expand Down

0 comments on commit 250bc6b

Please sign in to comment.