From adcd32a866dd8828002b9fdc77b4f674fa80c46e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 20 Jun 2021 11:52:15 -0700 Subject: [PATCH] Re-enable publish testing on macos-latest --- .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 2ea0d33..c0bd779 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, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}