Skip to content

Commit

Permalink
Merge pull request #1914 from jaimergp/bump-macos-vmimage
Browse files Browse the repository at this point in the history
Bump to macos-12 on azure
  • Loading branch information
beckermr authored Apr 29, 2024
2 parents aed35c7 + b7e9273 commit 0cb1666
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_smithy/data/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ azure:
variables: {}
settings_osx:
pool:
vmImage: macOS-11
vmImage: macOS-12
swapfile_size: null
timeoutInMinutes: 360
variables: {}
Expand Down
2 changes: 1 addition & 1 deletion conda_smithy/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class AzureConfig(BaseModel):

settings_osx: AzureRunnerSettings = Field(
default_factory=lambda: AzureRunnerSettings(
pool={"vmImage": "macOS-11"}
pool={"vmImage": "macOS-12"}
),
description="OSX-specific settings for runners",
)
Expand Down
23 changes: 23 additions & 0 deletions news/1914-macos-12-azure.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* Azure Pipelines: bump default macOS runners ``vmImage`` value to ``macos-12``. (#1914)

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit 0cb1666

Please sign in to comment.