diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a4ff36417c2..a6501a42a19 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -100,7 +100,7 @@ jobs: tests-matrix: # Use this matrix with multiple jobs defined in a reusable workflow: uses: ./.github/workflows/.tests-matrix.yaml - name: ${{ matrix.os.name }} (Python ${{ matrix.python-version }}) + name: "${{ matrix.os.name }} (Python ${{ matrix.python-version }}) ${{ runner.arch }}" if: '!failure()' needs: - lockfile @@ -117,10 +117,12 @@ jobs: os: - name: Ubuntu image: ubuntu-22.04 - - name: macOS + - name: macOS 13 image: macos-13 - name: Windows image: windows-2022 + - name: macOS 14 + image: macos-14 python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] fail-fast: false