From b49d36f810bbe6e77c0290e4914f87de775fd111 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Wed, 3 Apr 2024 00:30:19 +0800 Subject: [PATCH] Mute macOS build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49f9b98a8..926680c83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: include: # Default versions - name: "Build on Linux" - - name: "Build on macOS" - os: macOS-latest + # - name: "Build on macOS" + # os: macOS-latest - name: "Build on Windows" os: windows-latest