From ed7b98e336326f09abf22f4bc1a0bd00dc9fd2cb Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 24 Apr 2024 11:45:57 +1000 Subject: [PATCH] Disable Windows testing for now --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index e52fe2d..ad348a7 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -77,7 +77,7 @@ jobs: os: - macos-latest - ubuntu-latest - - windows-latest + # - windows-latest -- coming soon, https://github.com/reecetech/version-increment/pull/30 fail-fast: true runs-on: ${{ matrix.os }} steps: