From 13b0d8999bf6e8dc67230c93f2213ac5c2ca0198 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 16 May 2024 11:10:52 -0400 Subject: [PATCH] ci: work around moar GHA macos-latest mess See: https://github.com/actions/setup-python/issues/860 --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd7f230..c735efa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,9 @@ jobs: py: "3.8" - os: macos-latest py: "3.9" + # See: https://github.com/actions/setup-python/issues/860 + - os: macos-latest + py: "3.10" include: # Only run coverage on ubuntu-20.04, except on pypy3