diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d23221b..4cc97ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,9 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + # No support for windows -> rust nightly yet + os: [ubuntu-latest, macos-latest] + # os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout code