3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-25 05:26:51 +00:00

update to macos-latest

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-12-21 12:17:09 -08:00
parent 880cf0129b
commit a0554b154a

View file

@ -14,7 +14,7 @@ stages:
displayName: "Mac Build"
timeoutInMinutes: 90
pool:
vmImage: "macOS-13"
vmImage: "macOS-latest"
steps:
- task: PythonScript@0
displayName: Build
@ -43,7 +43,7 @@ stages:
- job: MacBuildArm64
displayName: "Mac ARM64 Build"
pool:
vmImage: "macOS-13"
vmImage: "macOS-latest"
steps:
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64
- script: git clone https://github.com/z3prover/z3test z3test