diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9da28cb8..474abd18 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,17 +25,17 @@ jobs: strategy: fail-fast: false matrix: + isPR: + - ${{github.event_name == 'pull_request'}} include: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - - os: macos-latest - target: aarch64-apple-darwin - isPR: - - ${{github.event_name == 'pull_request'}} - exclude: - - isPR: true - os: macos-latest - target: aarch64-apple-darwin + # - os: macos-latest + # target: aarch64-apple-darwin + # exclude: + # - isPR: true + # os: macos-latest + # target: aarch64-apple-darwin steps: - name: Checkout repository