From 686eb55839fd799daf2a2fc861af357b9d50be2f Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Fri, 5 Apr 2024 16:32:17 +0200 Subject: [PATCH] Run CI on Apple Silicon --- .github/workflows/tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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