From 2503b30f9593f5d2a603e3789d07dfbf70d9bf3d Mon Sep 17 00:00:00 2001 From: rahulkanneri-2u Date: Wed, 1 Jul 2026 11:18:14 +0530 Subject: [PATCH] build: Update macOS image to macos-latest --- .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..fd0e8e1b 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-latest python-version: - '3.11' fail-fast: false