Skip to content

Commit

Permalink
[aarch64 support] debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ktatarnikov committed Jan 2, 2025
1 parent 7b1ce1d commit 5d6fc2d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
test:
name: Test / ${{ matrix.target }}
name: Test / ${{ matrix.target }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -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
Expand Down

0 comments on commit 5d6fc2d

Please sign in to comment.