From 5d6fc2dd99c4b6d64d3041226712a592135a0f91 Mon Sep 17 00:00:00 2001 From: ktatarnikov Date: Thu, 2 Jan 2025 14:38:26 +0100 Subject: [PATCH] [aarch64 support] debugging --- .github/workflows/build.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6177035b..dad1861f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ env: jobs: test: - name: Test / ${{ matrix.target }} + name: Test / ${{ matrix.target }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -34,15 +34,12 @@ jobs: isPR: - ${{github.event_name == 'pull_request'}} - exclude: - - isPR: true - os: macos-latest - target: aarch64-apple-darwin include: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - os: macos-latest target: aarch64-apple-darwin + isPR: false steps: - name: Checkout repository