3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

downgrade to macos13 in builds until fully supported by pypi

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-10-10 14:19:23 -07:00
parent b268b56519
commit 6e3b99fb9e
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ stages:
- job: MacBuild
displayName: "Mac Build"
pool:
vmImage: "macOS-latest"
vmImage: "macOS-13"
steps:
- task: PythonScript@0
displayName: Build
@ -41,7 +41,7 @@ stages:
- job: MacBuildArm64
displayName: "Mac ARM64 Build"
pool:
vmImage: "macOS-latest"
vmImage: "macOS-13"
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

View file

@ -17,7 +17,7 @@ stages:
- job: MacBuild
displayName: "Mac Build"
pool:
vmImage: "macOS-latest"
vmImage: "macOS-13"
steps:
- task: PythonScript@0
displayName: Build
@ -46,7 +46,7 @@ stages:
- job: MacBuildArm64
displayName: "Mac ARM64 Build"
pool:
vmImage: "macOS-latest"
vmImage: "macOS-13"
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