This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
MacOS CI has been flakey for months, taking 2 or 3 attempts on every PR before it finally passes. Disabled it.
pull/666/head
Martin Evans
1 year ago
parent
c74913967a
commit
f21a640904
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
.github/workflows/main.yml
+ 4
- 4
.github/workflows/main.yml
View File
@@ -13,7 +13,6 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 2
fail-fast: false
matrix:
build: [linux-release, windows-release, osx-release]
@@ -21,9 +20,10 @@ jobs:
- build: linux-release
os: ubuntu-latest
config: release
- build: osx-release
os: macos-latest
config: release
# Disabled MacOS CI (2024-04-14) because it's been unstable for months. Try enabling this again in 6 months to see if it's working now.
#- build: osx-release
# os: macos-latest
# config: release
- build: windows-release
os: windows-2019
config: release
Write
Preview
Loading…
Cancel
Save