mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
move to 4core linux for builds
This commit is contained in:
parent
bb81486d83
commit
7d04574f8c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -18,11 +18,10 @@ jobs:
|
||||||
platform:
|
platform:
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
name: darwin+x86-64
|
name: darwin+x86-64
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest-4-cores
|
||||||
name: linux+x86-64
|
name: linux+x86-64
|
||||||
container:
|
container:
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
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]
|
||||||
|
|
Loading…
Reference in a new issue