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
Merge pull request
#667
from martindevans/disable_macos_ci_2
Removed MacOS CI
pull/669/head
Martin Evans
GitHub
1 year ago
parent
6f4958e044
25379df93b
commit
80d9c9b218
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
.github/workflows/main.yml
+ 1
- 5
.github/workflows/main.yml
View File
@@ -15,15 +15,11 @@ jobs:
strategy:
strategy:
fail-fast: false
fail-fast: false
matrix:
matrix:
build: [linux-release, windows-release
, osx-release
]
build: [linux-release, windows-release]
include:
include:
- build: linux-release
- build: linux-release
os: ubuntu-latest
os: ubuntu-latest
config: release
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
- build: windows-release
os: windows-2019
os: windows-2019
config: release
config: release
Write
Preview
Loading…
Cancel
Save