mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
run mac latest only
This commit is contained in:
parent
a9b68524b5
commit
bd59ad80fa
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -124,9 +124,10 @@ jobs:
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
name: darwin+x86-64
|
name: darwin+x86-64
|
||||||
id: mac_latest
|
id: mac_latest
|
||||||
- os: ubuntu-latest
|
# TODO: blocked by gtk packages
|
||||||
name: linux+x86-64
|
# - os: ubuntu-latest
|
||||||
id: linux
|
# name: linux+x86-64
|
||||||
|
# id: linux
|
||||||
# TODO: skip temp until new m1 arrives
|
# TODO: skip temp until new m1 arrives
|
||||||
# - os: [self-hosted, macOS, ARM64]
|
# - os: [self-hosted, macOS, ARM64]
|
||||||
# name: darwin+aarch64
|
# name: darwin+aarch64
|
||||||
|
|
Loading…
Reference in a new issue