3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

change to osx-11.0

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-06-02 07:21:48 -07:00
parent c7560e1394
commit 366860be46

View file

@ -27,7 +27,7 @@ stages:
- job: MacArm64 - job: MacArm64
displayName: "Mac ARM64 Build" displayName: "Mac ARM64 Build"
pool: pool:
vmImage: "macOS-12" vmImage: "macOS-latest"
steps: steps:
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --nojava --os=osx-11.0 - script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --nojava --os=osx-11.0
- script: git clone https://github.com/z3prover/z3test z3test - script: git clone https://github.com/z3prover/z3test z3test