From 97a442ff6c34d3a5991a4137630350951dc49ec8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Jan 2025 13:24:33 +0100 Subject: [PATCH] CI: disable the windows job for indiv tests Closes: #7044 --- .github/workflows/CICD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 1f12f3630..a406b0942 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -979,7 +979,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] + # windows-latest - https://github.com/uutils/coreutils/issues/7044 steps: - uses: actions/checkout@v4 with: