ci: remove MACOS ci pipelines.

This commit is contained in:
Yaohui Liu 2023-08-06 20:35:39 +08:00
parent bb46a990d0
commit 1b15d28fc9
No known key found for this signature in database
GPG Key ID: E86D01E1809BD23E
1 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [linux-debug, linux-release, macos-debug, macos-release, windows-debug, windows-release]
build: [linux-debug, linux-release, windows-debug, windows-release]
include:
- build: linux-debug
os: ubuntu-latest
@ -20,12 +20,12 @@ jobs:
- build: linux-release
os: ubuntu-latest
config: release
- build: macos-debug
os: macos-latest
config: debug
- build: macos-release
os: macos-latest
config: release
# - build: macos-debug
# os: macos-latest
# config: debug
# - build: macos-release
# os: macos-latest
# config: release
- build: windows-debug
os: windows-2019
config: debug
@ -52,4 +52,4 @@ jobs:
- name: Build
run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore
- name: Test
run: otool -L ./LLama.Unittest/bin/Debug/net6.0/libllama.dylib; sysctl machdep.cpu.brand_string; dotnet test LLamaSharp.sln -c ${{ matrix.config }}
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }}