diff --git a/.github/workflows/python-testing.yml b/.github/workflows/python-testing.yml index 8f32ffd1..a6b51d73 100644 --- a/.github/workflows/python-testing.yml +++ b/.github/workflows/python-testing.yml @@ -68,9 +68,10 @@ jobs: tests: needs: check - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: max-parallel: 5 + fail-fast: true matrix: python-version: ["3.7", "3.8", @@ -79,10 +80,11 @@ jobs: "3.11", # "3.12-dev" ] + os: [ubuntu-latest, "macos-latest"] steps: - uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python ${{ matrix.python-version }} for ${{ matrix.os }} uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/changelog.d/pr417.feature.rst b/changelog.d/pr417.feature.rst new file mode 100644 index 00000000..c33a3704 --- /dev/null +++ b/changelog.d/pr417.feature.rst @@ -0,0 +1 @@ +Amend GitHub Actions to check against MacOS. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy