Merge pull request #7047 from sylvestre/disable-win

CI: disable the windows job for indiv tests
This commit is contained in:
Daniel Hofstetter
2025-01-01 15:01:36 +01:00
committed by GitHub
+2 -1
View File
@@ -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: