mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
test macos-11 only
This commit is contained in:
parent
9cf9ed9e53
commit
bdbc986070
1 changed files with 9 additions and 9 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
@ -122,15 +122,15 @@ jobs:
|
||||||
platform:
|
platform:
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
name: darwin+x86-64
|
name: darwin+x86-64
|
||||||
- os: ubuntu-latest
|
# - os: ubuntu-latest
|
||||||
name: linux+x86-64
|
# name: linux+x86-64
|
||||||
container:
|
# container:
|
||||||
image: debian:buster-slim
|
# image: debian:buster-slim
|
||||||
options: --memory=24g
|
# options: --memory=24g
|
||||||
- os: [self-hosted, macOS, ARM64]
|
# - os: [self-hosted, macOS, ARM64]
|
||||||
name: darwin+aarch64
|
# name: darwin+aarch64
|
||||||
- os: [self-hosted, linux, ARM64]
|
# - os: [self-hosted, linux, ARM64]
|
||||||
name: linux+aarch64
|
# name: linux+aarch64
|
||||||
container: ${{ matrix.platform.container }}
|
container: ${{ matrix.platform.container }}
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue