Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Nov 11, 2024
1 parent 39e5bfd commit 259d11b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- clang_ver: '12'
build_type: 'Release'
flags: '-std=c++20 -Werror -msse2 -DTEST_LIBCXX_NEW'
ubuntu_ver: '20.04'
ubuntu_ver: '22.04'

- clang_ver: '13'
build_type: 'Release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- gcc_ver: '10'
build_type: 'Release'
flags: '-std=c++20 -msse2 -DTEST_LIBCXX_NEW'
ubuntu_ver: '20.04'
ubuntu_ver: '22.04'

- gcc_ver: '11'
build_type: 'Release'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/macos_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@ jobs:
# macOS-14-arm64
# - clang_ver: '12'
# build_type: 'Release'
# flags: '-std=c++20 -Werror -DTEST_LIBCXX_NEW'
# flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES'
# path_prefix: '/opt/homebrew'
# macos_ver: '14'

# - clang_ver: '13'
# build_type: 'Release'
# flags: '-std=c++20 -Werror -DTEST_LIBCXX_NEW'
# flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES'
# path_prefix: '/opt/homebrew'
# macos_ver: '14'

# - clang_ver: '14'
# build_type: 'Release'
# flags: '-std=c++20 -Werror -DTEST_LIBCXX_NEW'
# flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES'
# path_prefix: '/opt/homebrew'
# macos_ver: '14'

- clang_ver: '15'
build_type: 'Release'
flags: '-std=c++20 -Werror -DTEST_LIBCXX_NEW'
flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES'
path_prefix: '/opt/homebrew'
macos_ver: '14'

- clang_ver: '16'
build_type: 'Release'
flags: '-std=c++20 -Werror -DTEST_LIBCXX_NEW'
flags: '-std=c++20 -Werror -DLIBCPP_TEST_DEDUCTION_GUIDES'
path_prefix: '/opt/homebrew'
macos_ver: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- toolset: '14.2'
arch: 'x64'
build_type: 'Release'
flags: '/std:c++20 /WX /DTEST_LIBCXX_NEW'
flags: '/std:c++20 /DTEST_LIBCXX_NEW'
win_ver: '2022'

# Visual Studio 2022
Expand Down

0 comments on commit 259d11b

Please sign in to comment.