From ac1a12717e26f99167f563a9060dd6fa0d184d77 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 15 Sep 2023 16:03:51 -0500 Subject: [PATCH] Reduce rtools40 matrix down the ucrt build use by R since 4.2 The other two variants are for 32 and 64 bit builds under the preceding setup and no longer needed. --- .github/workflows/build-rtools40.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-rtools40.yml b/.github/workflows/build-rtools40.yml index 36a2730835b..13f122d698a 100644 --- a/.github/workflows/build-rtools40.yml +++ b/.github/workflows/build-rtools40.yml @@ -8,8 +8,8 @@ jobs: strategy: matrix: include: [ - { msystem: MINGW64, toolchain: x86_64 }, - { msystem: MINGW32, toolchain: i686 }, + #{ msystem: MINGW64, toolchain: x86_64 }, + #{ msystem: MINGW32, toolchain: i686 }, { msystem: ucrt64, toolchain: "ucrt-x86_64" } ] fail-fast: false