From 0622e1ab6612c3f26ad0c5cc8adb45ee7ff8aadb Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 23 Apr 2024 22:07:39 -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 177c93d..27b2843 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - "3.11" runs-on: - ubuntu-latest - - macos-latest + - macos-13 runs-on: ${{ matrix.runs-on }} name: Test • 🐍 ${{ matrix.python-version }} • ${{matrix.runs-on}} steps: