From 306acbb3de33ec8b49be6bb60d265e90eaf91703 Mon Sep 17 00:00:00 2001 From: rahulkanneri-2u Date: Tue, 30 Jun 2026 19:00:28 +0530 Subject: [PATCH 1/3] build: Update macOS image version in CLI tests workflow --- .github/workflows/cli-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index 9bc048e3..64a78892 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -25,7 +25,7 @@ jobs: - name: linux image: ubuntu-latest - name: mac - image: macos-13 + image: macos-15-intel python-version: - '3.11' fail-fast: false From dc3ebc1b63eba5afe43900ce10019811eda5fc7a Mon Sep 17 00:00:00 2001 From: rahulkanneri-2u Date: Wed, 1 Jul 2026 14:00:28 +0530 Subject: [PATCH 2/3] build: Update macOS image version in CLI tests workflow --- .github/workflows/cli-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index 64a78892..1e5a058e 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -25,7 +25,7 @@ jobs: - name: linux image: ubuntu-latest - name: mac - image: macos-15-intel + image: macos-26-intel python-version: - '3.11' fail-fast: false From 549162bf283b04d2c16401c2fc30e21d93f6999a Mon Sep 17 00:00:00 2001 From: rahulkanneri-2u Date: Mon, 6 Jul 2026 20:13:57 +0530 Subject: [PATCH 3/3] chore: Added code comment to the macos-26-intel pinned change --- .github/workflows/cli-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index 1e5a058e..42e0967c 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -25,6 +25,8 @@ jobs: - name: linux image: ubuntu-latest - name: mac + # Pin to GitHub's Intel macOS runner because this Docker/Colima job + # fails on arm64 macOS runners, including macos-latest. image: macos-26-intel python-version: - '3.11'