mirror of
https://github.com/ivabus/gui
synced 2025-04-23 05:57:11 +03:00
rerun
This commit is contained in:
parent
32679959ba
commit
0f838ba520
2 changed files with 6 additions and 5 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -112,12 +112,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
- os: macos-11
|
||||
name: darwin+x86-64
|
||||
# - os: macos-11
|
||||
# name: darwin+x86-64
|
||||
- os: ubuntu-latest
|
||||
name: linux+x86-64
|
||||
- os: [self-hosted, macOS, ARM64]
|
||||
name: darwin+aarch64
|
||||
# - os: [self-hosted, macOS, ARM64]
|
||||
# name: darwin+aarch64
|
||||
# err: Package atk was not found in the pkg-config search path.
|
||||
# requires atk >= 2.18
|
||||
# - os: [self-hosted, linux, ARM64]
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ node_modules
|
|||
yarn-error.log
|
||||
.DS_Store
|
||||
.pnpm-store
|
||||
target
|
Loading…
Reference in a new issue