Skip to content

Commit

Permalink
Drop msys2 clang32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Sep 24, 2024
1 parent 1ae3cc3 commit fefba90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,10 @@ jobs:
strategy:
fail-fast: false
matrix:
sys: [mingw32, clang32, mingw64, ucrt64, clang64]
sys: [mingw32, mingw64, ucrt64, clang64]
compiler: [gcc, clang]
build_type: [Release, Debug]
exclude:
- sys: clang32
compiler: gcc
- sys: clang64
compiler: gcc

Expand Down

0 comments on commit fefba90

Please sign in to comment.