From 200c39ac0976dc95bd3abedaadb53a61dd49c056 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Sun, 7 May 2023 18:16:12 -0500 Subject: [PATCH] Update MacOS runners so they exist --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 236e34a..94e0ee7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-10.15, macos-11] + os: [ubuntu-latest, macos-latest] python-version: ["3.9",] steps: