mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
publish test v0.0.0
This commit is contained in:
parent
a1be911397
commit
17a924db98
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -32,12 +32,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
- os: macos-11
|
||||
name: darwin+x86-64
|
||||
# x86 is not needed anymore we can build both in arm
|
||||
- os: [self-hosted, macOS, ARM64]
|
||||
# TODO: #181 build for linux
|
||||
# - os: ubuntu-latest
|
||||
# name: linux+x86-64
|
||||
- os: [self-hosted, macOS, ARM64]
|
||||
name: darwin+aarch64
|
||||
# err: Package atk was not found in the pkg-config search path.
|
||||
# requires atk >= 2.18
|
||||
|
|
Loading…
Reference in a new issue