diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b6bfaf3..924c968 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,11 +52,8 @@ jobs: - target: x86_64-apple-darwin os: macos-latest - - - target: aarch64-apple-darwin - os: macos-latest - - target: x86_64-pc-windows-msvc + - target: x86_64-pc-windows-gnu os: windows-latest runs-on: ${{ matrix.os }}