mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
try macos12 for arm64
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a9d70fca1a
commit
aa8e89c5f3
|
@ -27,7 +27,7 @@ stages:
|
|||
- job: MacArm64
|
||||
displayName: "Mac ARM64 Build"
|
||||
pool:
|
||||
vmImage: "macOS-latest"
|
||||
vmImage: "macOS-12"
|
||||
steps:
|
||||
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --nojava
|
||||
- script: git clone https://github.com/z3prover/z3test z3test
|
||||
|
|
Loading…
Reference in a new issue