Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Jul 4, 2024
1 parent 5bd766f commit e38f180
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/libcxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ jobs:
fail-fast: false
matrix:
include:
- {std: 20, cxx: clang++-10 , bt: Debug , bitlinks: shared64 static64}
- {std: 20, cxx: clang++-10 , bt: Release, bitlinks: shared64 static64}
- {std: 17, cxx: clang++-10 , bt: Debug , bitlinks: shared64 static64}
- {std: 17, cxx: clang++-10 , bt: Release, bitlinks: shared64 static64}
- {std: 14, cxx: clang++-10 , bt: Debug , bitlinks: shared64 static64}
- {std: 14, cxx: clang++-10 , bt: Release, bitlinks: shared64 static64}
- {std: 11, cxx: clang++-10 , bt: Debug , bitlinks: shared64 static64}
- {std: 11, cxx: clang++-10 , bt: Release, bitlinks: shared64 static64}
- {std: 17, cxx: clang++-6.0, bt: Debug , bitlinks: shared64 static64}
- {std: 17, cxx: clang++-6.0, bt: Release, bitlinks: shared64 static64}
- {std: 14, cxx: clang++-6.0, bt: Debug , bitlinks: shared64 static64}
- {std: 14, cxx: clang++-6.0, bt: Release, bitlinks: shared64 static64}
- {std: 11, cxx: clang++-6.0, bt: Debug , bitlinks: shared64 static64}
- {std: 11, cxx: clang++-6.0, bt: Release, bitlinks: shared64 static64}
- {std: 20, cxx: clang++-17 , bt: Debug , bitlinks: shared64 static64}
- {std: 20, cxx: clang++-17 , bt: Release, bitlinks: shared64 static64}
- {std: 17, cxx: clang++-17 , bt: Debug , bitlinks: shared64 static64}
- {std: 17, cxx: clang++-17 , bt: Release, bitlinks: shared64 static64}
- {std: 14, cxx: clang++-17 , bt: Debug , bitlinks: shared64 static64}
- {std: 14, cxx: clang++-17 , bt: Release, bitlinks: shared64 static64}
- {std: 11, cxx: clang++-17 , bt: Debug , bitlinks: shared64 static64}
- {std: 11, cxx: clang++-17 , bt: Release, bitlinks: shared64 static64}
- {std: 17, cxx: clang++-9 , bt: Debug , bitlinks: shared64 static64}
- {std: 17, cxx: clang++-9 , bt: Release, bitlinks: shared64 static64}
- {std: 14, cxx: clang++-9 , bt: Debug , bitlinks: shared64 static64}
- {std: 14, cxx: clang++-9 , bt: Release, bitlinks: shared64 static64}
- {std: 11, cxx: clang++-9 , bt: Debug , bitlinks: shared64 static64}
- {std: 11, cxx: clang++-9 , bt: Release, bitlinks: shared64 static64}
env:
LIBCXX: ON # <---- enable libc++
STD: "${{matrix.std}}"
Expand Down

0 comments on commit e38f180

Please sign in to comment.