From c40df2fea31a1c606ad636e28ac481d062ac9bcb Mon Sep 17 00:00:00 2001 From: Eein Date: Sun, 9 Apr 2023 16:11:21 -0700 Subject: [PATCH] remove macos --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3792e2..523c994 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,10 @@ jobs: target: x86_64-unknown-linux-gnu os: ubuntu-latest rust: stable - - build: macos - target: x86_64-apple-darwin - os: macos-latest - rust: stable + # - build: macos + # target: x86_64-apple-darwin + # os: macos-latest + # rust: stable - build: windows target: x86_64-pc-windows-msvc os: windows-latest