Skip to content

Commit

Permalink
Run CI on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Apr 30, 2024
1 parent 6408971 commit 686eb55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 686eb55

Please sign in to comment.