Skip to content

Commit

Permalink
GitHub Actions: drop the MSYS2/CLANG32 environment
Browse files Browse the repository at this point in the history
Reference: https://www.msys2.org/news/#2024-09-23-starting-to-drop-the-clang32-environment

Signed-off-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
leleliu008 committed Sep 29, 2024
1 parent 8662b54 commit 8c02af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
msystem: [MINGW32, MINGW64, CLANG32, CLANG64]
msystem: [MINGW32, MINGW64, CLANG64]

defaults:
run:
Expand Down

0 comments on commit 8c02af0

Please sign in to comment.