From 46bae3c8a321ff1bc49844c5d1fa2c6ebbe195da Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Tue, 11 Jun 2024 15:06:46 -0700 Subject: [PATCH] Remove windows build Signed-off-by: Victor Chang --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f590a..3c19688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,7 +206,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] fail-fast: true permissions: