From aa916983619afdb5abc8848be50123f7a1fcc13a Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 1 Apr 2021 00:12:38 +0200 Subject: [PATCH] Disabling macOS CD --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58b33d21..5d2c31f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,9 +17,9 @@ jobs: # - os: windows-latest # runtime: win-x64 # artifact: windows - - os: macOS-latest - runtime: osx-x64 - artifact: macos + # - os: macOS-latest + # runtime: osx-x64 + # artifact: macos steps: - uses: actions/checkout@v1 - name: Checkout submodules