From e3d879f3e4982ac629bec7bf92d78b00025e52dc Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 4 Feb 2022 10:00:08 -0600 Subject: [PATCH] ci: Add macos-latest to dependency release candidates testing (#1760) * As seen in Issue #1759, testing pre-releases of software only on Linux distributions is not enough to catch bugs before they hit in public releases. To guard against this in the future, add macos-latest to tests for release candidates on PyPI. --- .github/workflows/dependencies-head.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies-head.yml b/.github/workflows/dependencies-head.yml index 195b51aacf..90d5c2e44c 100644 --- a/.github/workflows/dependencies-head.yml +++ b/.github/workflows/dependencies-head.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] python-version: ['3.9'] steps: