Skip to content

Commit

Permalink
CI: add macos tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell authored May 9, 2024
1 parent 5468fa3 commit fc8959b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-12 # This runner is on Intel chips.
python-version: 3.9
- os: macos-14 # This runner is on M1 (arm64) chips.
python-version: '3.12'
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit fc8959b

Please sign in to comment.