Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test on MacOS 12, MacOS 13 (M1) #1161

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Test on MacOS 12, MacOS 13 (M1)
elliottower authored Jan 21, 2024
commit 4c9a9b1b6f3b3e66a5d35b4d3fa014a3012ea554
6 changes: 5 additions & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,11 @@ permissions:

jobs:
macos-test:
runs-on: macos-11
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Big Sur, Monterey, and Ventura (M1)
os: [macos-11, macos-12, macos-13-xlarge]
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11