mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
CI: Do not scan release assets for mac silicon for now.
This commit is contained in:
parent
1d2a91e8c5
commit
9d69e3b261
1 changed files with 3 additions and 2 deletions
5
.github/workflows/scan_released.yml
vendored
5
.github/workflows/scan_released.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue