From 30249f87054d493267e6524ee62690d9458df579 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sat, 3 May 2025 09:59:49 +0200 Subject: [PATCH 1/3] add news item --- news/pixi-git-ssl.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/pixi-git-ssl.rst diff --git a/news/pixi-git-ssl.rst b/news/pixi-git-ssl.rst new file mode 100644 index 000000000..d59c015c5 --- /dev/null +++ b/news/pixi-git-ssl.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Run post-link scripts on Windows in order to fix a m2-git SSL issue. + +**Security:** + +* From d530717cf532977a6f8429eeb22e83007ea0cd4c Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sat, 31 May 2025 07:50:34 +0200 Subject: [PATCH 2/3] fix self hosted labels for macOS --- conda_smithy/configure_feedstock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_smithy/configure_feedstock.py b/conda_smithy/configure_feedstock.py index dd59b4f81..8e419fdf6 100644 --- a/conda_smithy/configure_feedstock.py +++ b/conda_smithy/configure_feedstock.py @@ -1695,13 +1695,13 @@ def _github_actions_specific_setup( "osx-64": { "os": "macos", "hosted_labels": ("macos-13",), - "self_hosted_labels": ("macOS", "x64"), + "self_hosted_labels": ("osx", "x64"), }, "osx-arm64": { "os": "macos", # FUTURE: Use -latest once GHA fully migrates "hosted_labels": ("macos-14",), - "self_hosted_labels": ("macOS", "arm64"), + "self_hosted_labels": ("osx", "arm64"), }, "linux-64": { "os": "ubuntu", From 7ad2fac3861bd51fc6a10c90965290fd3c6015b7 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sat, 31 May 2025 07:51:07 +0200 Subject: [PATCH 3/3] . --- news/pixi-git-ssl.rst | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 news/pixi-git-ssl.rst diff --git a/news/pixi-git-ssl.rst b/news/pixi-git-ssl.rst deleted file mode 100644 index d59c015c5..000000000 --- a/news/pixi-git-ssl.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Run post-link scripts on Windows in order to fix a m2-git SSL issue. - -**Security:** - -*