From e3f7509be1b3b383d7020bcdbe6f8889b9b4c10e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 6 Jul 2023 19:10:19 -0700 Subject: [PATCH] github CI: remove msvcrt msvcrt support was effectively killed when wstring support was removed. No need to test for it. Signed-off-by: Rosen Penev (cherry picked from commit 50eca1696edc7f975e85cbf101e1f7f67c4ce1d7) --- .github/workflows/on_PR_meson.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_PR_meson.yaml b/.github/workflows/on_PR_meson.yaml index 1238540dac..eece1bad54 100644 --- a/.github/workflows/on_PR_meson.yaml +++ b/.github/workflows/on_PR_meson.yaml @@ -82,7 +82,7 @@ jobs: strategy: matrix: deps: ['enabled', 'disabled'] - platform: ['MINGW32', 'MINGW64', 'UCRT64', 'CLANG32', 'CLANG64'] + platform: ['UCRT64', 'CLANG32', 'CLANG64'] steps: - uses: actions/checkout@v3