diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6250e5e..3039e88 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -163,9 +163,9 @@ jobs: - runner: windows-latest triple: x86_64-pc-windows-msvc vscode-platform: win32-x64 - - runner: macos-latest - triple: x86_64-apple-darwin - vscode-platform: darwin-arm64 + # - runner: macos-latest + # triple: x86_64-apple-darwin + # vscode-platform: darwin-arm64 runs-on: ${{matrix.runner}} env: RUSTFLAGS: "-L all=${{github.workspace}}"