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