Skip to content

Commit

Permalink
downgrade to macos13 in builds until fully supported by pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Oct 10, 2024
1 parent b268b56 commit 6e3b99f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:
- job: MacBuild
displayName: "Mac Build"
pool:
vmImage: "macOS-latest"
vmImage: "macOS-13"
steps:
- task: PythonScript@0
displayName: Build
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
- job: MacBuild
displayName: "Mac Build"
pool:
vmImage: "macOS-latest"
vmImage: "macOS-13"
steps:
- task: PythonScript@0
displayName: Build
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e3b99f

Please sign in to comment.