From c94b1ad8c24a1c0b0cb27acf22759444d53c5588 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 25 Apr 2024 10:20:44 -0400 Subject: [PATCH] pin macos test runners to macos-12 (#1016) (cherry picked from commit c5742f225f20938f16c4ce95ba7e71d6874a198c) --- .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 6fe276739..f00ce8c24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -174,7 +174,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10"] steps: