From ac5ef764a4c6ff300ae61c878df982c37520bdd6 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 6 Mar 2023 15:06:35 -0300 Subject: [PATCH] pin macos image to macos-10.15 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9748490..475de5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10"] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-10.15] fail-fast: false steps: