From c0d561a8f45838424620144573dabe894514d3d2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 23 Apr 2024 21:22:59 -0400 Subject: [PATCH] ci: macos-latest is changing to macos-14 ARM runners Committed via https://github.com/asottile/all-repos --- .github/workflows/head-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/head-dependencies.yml b/.github/workflows/head-dependencies.yml index 99d720fb..4ec4bd95 100644 --- a/.github/workflows/head-dependencies.yml +++ b/.github/workflows/head-dependencies.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-13] python-version: ['3.11'] steps: