Skip to content

Commit

Permalink
temporarily be explicit about using the macos-12 image
Browse files Browse the repository at this point in the history
This is driven by the changes suggested here: actions/runner-images#9262
We need to update the mac build scripts to install miniforge ourselves.
<sigh>
  • Loading branch information
greglandrum committed Oct 2, 2024
1 parent a4fe959 commit 41666bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- job: macOS_x64
timeoutInMinutes: 120
pool:
vmImage: macos-latest
vmImage: macos-12
variables:
compiler: clangxx_osx-64
compiler_version: 12.0
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- job: macOS_x64_java
timeoutInMinutes: 90
pool:
vmImage: macos-latest
vmImage: macos-12
variables:
compiler: clangxx_osx-64
compiler_version: 15.0
Expand Down

0 comments on commit 41666bd

Please sign in to comment.