From 03794a3682f148754c72cb1d296714ff4ca60229 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 29 Apr 2024 21:24:57 -0400 Subject: [PATCH] ci: macos-latest is changing to macos-14 ARM runners (#127) Committed via https://github.com/asottile/all-repos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb16c28..1fa135c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: python-version: ["3.7", "3.12"] - runs-on: [ubuntu-latest, macos-latest, windows-latest] + runs-on: [ubuntu-latest, macos-13, windows-latest] include: - python-version: pypy-3.9