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 26, 2024
1 parent 250bc6b commit 81be0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build_type: 'Release'
flags: '-std=c++23 -msse2 -DLIBCPP_TEST_DEDUCTION_GUIDES'
path_prefix: '/usr/local'
macos_ver: '12'
macos_ver: '13'

# macOS-14-arm64
- gcc_ver: '11'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/win_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
build-and-test:
if: ${{ false }}
strategy:
matrix:
include:
Expand Down

0 comments on commit 81be0af

Please sign in to comment.