Skip to content

Commit 4c74a34

Browse files
committed
Merge branch 'master' of https://github.com/manyeyes/AliFsmnVad
2 parents f0e6f36 + 4428802 commit 4c74a34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_and_pack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
# macOS 架构(Intel和Apple Silicon)
2626
- os: macos-latest
27-
target-frameworks: 'net9.0;net9.0-macos' # 包含macOS特定框架
27+
target-frameworks: 'net9.0-maccatalyst' # 包含macOS特定框架
2828
runtime: 'osx-x64' # Intel芯片macOS
2929
- os: macos-latest
30-
target-frameworks: 'net9.0;net9.0-macos'
30+
target-frameworks: 'net9.0-maccatalyst'
3131
runtime: 'osx-arm64' # Apple Silicon芯片macOS
3232

3333
# iOS 10.14 x64架构
@@ -66,9 +66,9 @@ jobs:
6666
# 还原依赖(包含运行时和平台特定依赖)
6767
- name: Restore dependencies
6868
run: dotnet restore AliFsmnVad/AliFsmnVad.csproj
69-
-p:TargetFrameworks='${{ matrix.target-frameworks }}'
69+
-p:TargetFrameworks='${{ matrix.target-frameworks }}'
7070
-p:RuntimeIdentifier=${{ matrix.runtime }}
71-
${{ matrix.ios-version != '' && format('-p:IOSVersion={0}', matrix.ios-version) || '' }} # 传递iOS版本(如果指定)
71+
${{ matrix.ios-version != '' && format('-p:IOSVersion={0}', matrix.ios-version) || '' }} # 传递iOS版本(如果指定)
7272

7373
# # 构建指定架构和平台的版本
7474
# - name: Build (${{ matrix.runtime }})

0 commit comments

Comments
 (0)