test macos-11 only

This commit is contained in:
neil 2022-12-27 07:40:51 +08:00
parent 9cf9ed9e53
commit bdbc986070

View file

@ -122,15 +122,15 @@ jobs:
platform:
- os: macos-11
name: darwin+x86-64
- os: ubuntu-latest
name: linux+x86-64
container:
image: debian:buster-slim
options: --memory=24g
- os: [self-hosted, macOS, ARM64]
name: darwin+aarch64
- os: [self-hosted, linux, ARM64]
name: linux+aarch64
# - os: ubuntu-latest
# name: linux+x86-64
# container:
# image: debian:buster-slim
# options: --memory=24g
# - os: [self-hosted, macOS, ARM64]
# name: darwin+aarch64
# - os: [self-hosted, linux, ARM64]
# name: linux+aarch64
container: ${{ matrix.platform.container }}
runs-on: ${{ matrix.platform }}
steps: