mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
uncomment m1
This commit is contained in:
parent
5245f43c4e
commit
85af45715b
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -127,9 +127,10 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
name: linux+x86-64
|
||||
id: linux
|
||||
- os: [self-hosted, macOS, ARM64]
|
||||
name: darwin+aarch64
|
||||
id: mac_m1
|
||||
# TODO: skip temp until new m1 arrives
|
||||
# - os: [self-hosted, macOS, ARM64]
|
||||
# name: darwin+aarch64
|
||||
# id: mac_m1
|
||||
# - os: [self-hosted, linux, ARM64]
|
||||
# name: linux+aarch64
|
||||
container: ${{ matrix.platform.container }}
|
||||
|
|
Loading…
Reference in a new issue