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: