Disabling macos-latest for the moment

GitHub seems to have run out of workers right now.
This commit is contained in:
Simon Willison 2021-06-19 09:09:29 -07:00
commit eb18b6e42c

View file

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}