Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2024-07-01 12:37:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-07-01 12:37:56 +0800
Commit
125bb9ff999aeed25924fc4e269ac02450bd7afa
125bb9ff
1 parent
6cb01818
replace macos-11 with macos-13 for GitHub actions (#1066)
Tests using macos-11 wait a long time before they can start, so we replace macos-11 with macos-13.
隐藏空白字符变更
内嵌
并排对比
正在显示
6 个修改的文件
包含
3 行增加
和
12 行删除
.github/workflows/build-wheels-macos-arm64.yaml
.github/workflows/build-wheels-macos-x64.yaml
.github/workflows/npm-addon-macos.yaml
.github/workflows/run-python-test-macos.yaml
.github/workflows/test-build-wheel.yaml
.github/workflows/test-pip-install.yaml
.github/workflows/build-wheels-macos-arm64.yaml
查看文件 @
125bb9f
...
...
@@ -22,7 +22,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
macos-1
1
]
os
:
[
macos-1
3
]
python-version
:
[
"
cp38"
,
"
cp39"
,
"
cp310"
,
"
cp311"
,
"
cp312"
]
steps
:
...
...
.github/workflows/build-wheels-macos-x64.yaml
查看文件 @
125bb9f
...
...
@@ -22,7 +22,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
macos-1
1
]
os
:
[
macos-1
3
]
python-version
:
[
"
cp37"
,
"
cp38"
,
"
cp39"
,
"
cp310"
,
"
cp311"
,
"
cp312"
]
steps
:
...
...
.github/workflows/npm-addon-macos.yaml
查看文件 @
125bb9f
...
...
@@ -20,7 +20,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
macos-1
1
,
macos-14
]
os
:
[
macos-1
3
,
macos-14
]
python-version
:
[
"
3.8"
]
steps
:
...
...
.github/workflows/run-python-test-macos.yaml
查看文件 @
125bb9f
...
...
@@ -41,9 +41,6 @@ jobs:
# macos-14 is for arm64
# macos-14-large is for x64
include
:
-
os
:
macos-11
python-version
:
"
3.7"
-
os
:
macos-13
python-version
:
"
3.8"
...
...
.github/workflows/test-build-wheel.yaml
查看文件 @
125bb9f
...
...
@@ -50,9 +50,6 @@ jobs:
-
os
:
ubuntu-22.04
python-version
:
"
3.12"
-
os
:
macos-11
python-version
:
"
3.7"
-
os
:
macos-12
python-version
:
"
3.8"
...
...
.github/workflows/test-pip-install.yaml
查看文件 @
125bb9f
...
...
@@ -43,9 +43,6 @@ jobs:
-
os
:
ubuntu-22.04
python-version
:
"
3.12"
-
os
:
macos-11
python-version
:
"
3.7"
-
os
:
macos-12
python-version
:
"
3.8"
...
...
请
注册
或
登录
后发表评论