diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 596c5e7..3734c5c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: # - i686-pc-windows-gnu - i686-pc-windows-msvc - i686-unknown-linux-gnu - - x86_64-apple-darwin + # - x86_64-apple-darwin # Windows gnu is not currently working # - x86_64-pc-windows-gnu - x86_64-pc-windows-msvc @@ -48,8 +48,8 @@ jobs: os: windows-latest - target: i686-unknown-linux-gnu os: ubuntu-latest - - target: x86_64-apple-darwin - os: macos-latest + # - target: x86_64-apple-darwin + # os: macos-latest # - target: x86_64-pc-windows-gnu # os: windows-latest - target: x86_64-pc-windows-msvc