From 2fea521d0c27fbf46e17e358a42be8aeba2b503e Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 24 Oct 2023 15:50:08 -0700 Subject: [PATCH] Disable windows-2019 integration test temporarily Disable windows-2019 integration tests until mingw issue is fixed Signed-off-by: Derek McGowan --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec1fa95aa..fd3aee4d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,7 +244,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, windows-2022] + os: [windows-2022] # windows-2019 is temporarily removed until mingw issue fixed defaults: run: