From 57e90d8f911de36da70f5977822cde609d1c3561 Mon Sep 17 00:00:00 2001 From: Yuxin Wang Date: Sat, 21 Nov 2020 12:56:31 -0500 Subject: [PATCH] Drop support for windows-latest. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1d1012..d7935b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, macOS-latest] python-version: [3.8] runs-on: ${{ matrix.os }} env: