Skip to content

Commit

Permalink
Add M1 github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire Donnelly authored and Claire Donnelly committed Mar 18, 2024
1 parent 81683f9 commit a7fefbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest', 'macos-14']
python-version: ['3.9', '3.10', '3.11']
env:
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
Expand Down

0 comments on commit a7fefbc

Please sign in to comment.