diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index 9bc048e3..42e0967c 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -25,7 +25,9 @@ jobs: - name: linux image: ubuntu-latest - name: mac - image: macos-13 + # Pin to GitHub's Intel macOS runner because this Docker/Colima job + # fails on arm64 macOS runners, including macos-latest. + image: macos-26-intel python-version: - '3.11' fail-fast: false