From eb18b6e42c6d10aca6193204bc907490d2f56547 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 19 Jun 2021 09:09:29 -0700 Subject: [PATCH] Disabling macos-latest for the moment GitHub seems to have run out of workers right now. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f05567..2ea0d33 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}