Skip to content

Commit

Permalink
FEAT: build osx-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
justadreamer committed Dec 23, 2024
1 parent 67834c4 commit c0cacbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,13 @@
"Arch": "x64",
"PackageRequirement" : true,
"BuildMethod": "dotnet"
},
{
"Image": "macos-14",
"Name": "Mac_arm64_Release",
"Configuration": "Release",
"Arch": "arm64",
"PackageRequirement" : true,
"BuildMethod": "dotnet"
}
]

0 comments on commit c0cacbf

Please sign in to comment.