From e32080303864d38b898fca27a7626a8ecd366c87 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 23 Apr 2024 21:23:02 -0400 Subject: [PATCH] ci: macos-latest is changing to macos-14 ARM runners 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 b068ca8..ece0378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: python-version: [3.7, 3.9] - runs-on: [ubuntu-latest, macos-latest, windows-latest] + runs-on: [ubuntu-latest, macos-13, windows-latest] include: - python-version: pypy-3.7