From 8389845603bc61237fc4bb34b2ca8441966c7d20 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Fri, 26 Apr 2024 13:58:02 -0500 Subject: [PATCH] pin macos test runners to macos-12 (#10031) (#10043) # Conflicts: # .github/workflows/main.yml # .github/workflows/test-repeater.yml Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7de9a214b93..c4a2277a979 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -170,7 +170,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-12, windows-latest] python-version: [3.7, 3.8] steps: