From 334792a68c91f0c10cf749df9ad3eebd4a31a17c Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 5 Apr 2021 23:21:41 +0200 Subject: [PATCH] Disabling macos CI. --- .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 dcb9e8c8..55483610 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,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