removed macos-12 as it doesn't work with Actions

This commit is contained in:
Rhet Turnbull
2022-02-21 22:49:12 -08:00
committed by GitHub
parent f24c461cbb
commit c05340f631

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [macos-10.15, macos-12]
os: [macos-10.15]
python-version: [3.7, 3.8, 3.9]
steps: