From c9b41c865a0bfdce439886dfa624197307969d46 Mon Sep 17 00:00:00 2001 From: drew2a Date: Thu, 7 Apr 2022 20:30:23 +0200 Subject: [PATCH] Switch to macOS-10 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 38dfdef7fd7..7c58625aa01 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: python-version: ['3.8'] - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-10.15, windows-latest, ubuntu-latest] steps: - uses: actions/checkout@v3