From c7b8b94dd564eac2e0c1685cb88602f703f58613 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 7 Aug 2022 11:41:11 -0400 Subject: [PATCH] Drop testing on macOS 10 (#1190) See https://github.com/actions/virtual-environments/issues/5583 We should perhaps later re-add "macos-11" when "macos-latest" becomes "macos-12" --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 7e614efe1..5043a2953 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: - os: [ "macos-latest", "windows-latest", "ubuntu-20.04", "ubuntu-18.04", "macos-10.15" ] + os: [ "macos-latest", "windows-latest", "ubuntu-20.04", "ubuntu-18.04" ] python-version: [3.7, 3.8, 3.9 ] test-name: - integration-test