mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
change to osx-11.0
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4191d84e58
commit
c7560e1394
2 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@ stages:
|
|||
pool:
|
||||
vmImage: "macOS-12"
|
||||
steps:
|
||||
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --nojava --os=11.0
|
||||
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --nojava --os=osx-11.0
|
||||
- script: git clone https://github.com/z3prover/z3test z3test
|
||||
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
|
||||
- task: PublishPipelineArtifact@1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue