From a1c05b78ec8ea5824b5628fef3029fbf27232858 Mon Sep 17 00:00:00 2001 From: 327135569 Date: Tue, 20 Apr 2021 07:18:25 +0800 Subject: [PATCH] reduce ci time --- .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 989566c..e06e581 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, windows-latest, macOS-latest ] + os: [ ubuntu-latest ] steps: - name: Checkout