From 306acbb3de33ec8b49be6bb60d265e90eaf91703 Mon Sep 17 00:00:00 2001 From: rahulkanneri-2u Date: Tue, 30 Jun 2026 19:00:28 +0530 Subject: [PATCH] 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