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 8, 2024
1 parent 925424a commit b48aa4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ jobs:
- name: Windows
image: windows-2022
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- image: macos-14
name: macOS
python-version: "3.10"
- image: macos-14
name: macOS
python-version: "3.11"
- image: macos-14
name: macOS
python-version: "3.12"
fail-fast: false

status:
Expand Down

0 comments on commit b48aa4b

Please sign in to comment.