mirror of
https://github.com/Z3Prover/z3
synced 2026-05-05 18:05:15 +00:00
update to macos-latest
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b9f09babbe
commit
a6c9bf9b77
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ stages:
|
||||||
displayName: "Mac Build"
|
displayName: "Mac Build"
|
||||||
timeoutInMinutes: 90
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-13"
|
vmImage: "macOS-latest"
|
||||||
steps:
|
steps:
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
displayName: Build
|
displayName: Build
|
||||||
|
|
@ -43,7 +43,7 @@ stages:
|
||||||
- job: MacBuildArm64
|
- job: MacBuildArm64
|
||||||
displayName: "Mac ARM64 Build"
|
displayName: "Mac ARM64 Build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-13"
|
vmImage: "macOS-latest"
|
||||||
steps:
|
steps:
|
||||||
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64
|
- 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
|
- script: git clone https://github.com/z3prover/z3test z3test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue