diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c94ff3e1..75bc6f3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -264,14 +264,14 @@ jobs: timeout-minutes: 45 strategy: fail-fast: false - matrix: - include: - - os: ubuntu-latest - target: x86_64-unknown-linux-musl - platform: linux - - os: macos-latest - target: aarch64-apple-darwin - platform: macos + #matrix: + #include: + #- os: ubuntu-latest + # target: x86_64-unknown-linux-musl + # platform: linux + #- os: macos-latest + # target: aarch64-apple-darwin + # platform: macos # - os: windows-latest # target: x86_64-pc-windows-msvc # platform: windows