From 8b248ebe6d2d2ca25fcf6a6f259aa15e0f950372 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 16 Oct 2024 15:30:28 -0400 Subject: [PATCH] fixup! Try macos-13 --- .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 d14702b31b..e7feb37be4 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-14 + image: macos-13 python-version: - '3.11' fail-fast: false