From 721896cb251d7eca3d128cbdad912898c2daae95 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 24 Apr 2024 03:38:30 -0400 Subject: [PATCH] ci: macos-latest is changing to macos-14 ARM runners (#433) 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 294cb7a5..b9cf11d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: os: [ubuntu-latest] python-version: ['3.8', '3.10', '3.12'] include: - - {os: macos-latest, python-version: '3.9'} + - {os: macos-13, python-version: '3.9'} - {os: windows-latest, python-version: '3.8'} - {os: windows-latest, python-version: '3.11'} name: Check ${{ matrix.os }} Python ${{ matrix.python-version }}