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

specify macos-11 in nightly to force os11 build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-01-16 16:30:46 -05:00
parent dde5218b29
commit c8f197d0ca

View file

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