From 9711c7940045e8c37056f1a1118212abc655d508 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Date: Thu, 24 Oct 2024 16:21:03 +0500 Subject: [PATCH] fix: testing with macos-15 --- .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 8bada20f3e..c78a78761d 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -25,7 +25,7 @@ jobs: - name: linux image: ubuntu-20.04 # Focal Fossa - name: mac - image: macos-latest + image: macos-15 python-version: - '3.11' fail-fast: false