Skip to content

Commit

Permalink
update to macOS-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Jun 20, 2024
1 parent 2654d80 commit 4ca59c5
Showing 1 changed file with 2 additions and 2 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: "macOS Build"
pool:
vmImage: "macOS-11"
vmImage: "macOS-latest"
steps:
- task: PythonScript@0
displayName: Build
Expand Down Expand Up @@ -41,7 +41,7 @@ stages:
- job: MacBuildArm64
displayName: "Mac ARM64 Build"
pool:
vmImage: "macOS-11"
vmImage: "macOS-latest"
steps:
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --os=osx-11.0
- script: git clone https://github.com/z3prover/z3test z3test
Expand Down

0 comments on commit 4ca59c5

Please sign in to comment.