Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to macos-12 on azure #1914

Merged
merged 2 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading