mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
Run only on mac silicon
This commit is contained in:
parent
4e855247e7
commit
5f61e349aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/scan_released.yml
vendored
4
.github/workflows/scan_released.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- runs-on: ubuntu-latest
|
# - runs-on: ubuntu-latest
|
||||||
arch: i686
|
# arch: i686
|
||||||
- runs-on: macos-latest
|
- runs-on: macos-latest
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runs-on: ${{ matrix.runs-on }}
|
runs-on: ${{ matrix.runs-on }}
|
||||||
|
|
Loading…
Reference in a new issue