File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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架构
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 }})
You can’t perform that action at this time.
0 commit comments