CI: Do not scan release assets for mac silicon for now.

This commit is contained in:
Alexis Métaireau 2024-11-25 18:54:46 +01:00
parent 1d2a91e8c5
commit 9d69e3b261
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -11,8 +11,9 @@ jobs:
include: include:
- runs-on: ubuntu-latest - runs-on: ubuntu-latest
arch: i686 arch: i686
- runs-on: macos-latest # Do not scan Silicon mac for now to avoid masking release scan results for other plaforms.
arch: arm64 # - runs-on: macos-latest
# arch: arm64
runs-on: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }}
steps: steps:
- name: Checkout - name: Checkout