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:
parent
880cf0129b
commit
a0554b154a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue