Skip to content

Commit

Permalink
CI: Do not scan release assets for mac silicon for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Nov 25, 2024
1 parent 1d2a91e commit 9d69e3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scan_released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
include:
- runs-on: ubuntu-latest
arch: i686
- runs-on: macos-latest
arch: arm64
# Do not scan Silicon mac for now to avoid masking release scan results for other plaforms.
# - runs-on: macos-latest
# arch: arm64
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout
Expand Down

0 comments on commit 9d69e3b

Please sign in to comment.