From f53ec3510cc5ef0d8ac176888992b2f56ecdef1f Mon Sep 17 00:00:00 2001 From: Alvaro Revuelta Date: Tue, 16 Jan 2024 15:29:14 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aefdea0..96cedf6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,8 @@ jobs: strategy: matrix: go-version: [1.19.x] - os: [ubuntu-latest, macos-latest, windows-latest] + # Disabled: windows-latest + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Install Go