From 10bf7bfb389195a76bd7cb345bd7c4e927270a62 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 16 Oct 2024 15:21:36 -0400 Subject: [PATCH] fix: update cli-tests to use macos-latest Jobs using the macos-12 YAML workflow label should be updated to macos-15, macos-14, macos-13, or 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 83357d9f17..acd297bf81 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-12 + image: macos-latest python-version: - '3.11' fail-fast: false