From b911f3707b2d1344ca147d9a66da1e45a4ca2f90 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 22 Nov 2022 20:26:13 +0800 Subject: [PATCH] fix main prefix --- .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 5876266..c937d0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-latest, windows-latest ] + platform: [macos-latest, ubuntu-latest] runs-on: ${{ matrix.platform }} steps: