Skip to content

Commit

Permalink
meson CI: remove clang32
Browse files Browse the repository at this point in the history
Upstream has deprecated it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Feb 6, 2024
1 parent c8d1192 commit e87bb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
deps: ['enabled', 'disabled']
platform: ['UCRT64', 'CLANG32', 'CLANG64']
platform: ['UCRT64', 'CLANG64']
defaults:
run:
shell: msys2 {0}
Expand Down

0 comments on commit e87bb73

Please sign in to comment.