Skip to content
Snippets Groups Projects
Verified Commit d9814566 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: excluse some tests on OSX

parent 5279a151
No related branches found
No related tags found
No related merge requests found
Pipeline #24321 passed with warnings
...@@ -16,6 +16,15 @@ jobs: ...@@ -16,6 +16,15 @@ jobs:
cxx_options: ['', '-mavx2'] cxx_options: ['', '-mavx2']
build_type: [Release, Debug] build_type: [Release, Debug]
exclude:
- build_type: Debug
cxx_options: -mavx2
os: macos-latest
- build_type: Release
cxx_options: -mavx2
os: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment