Skip to content

Commit

Permalink
infra: use m1 mac runners (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored May 23, 2024
1 parent 4c728e8 commit 1e977cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest-large]
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Check disk space
run: df -h .
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 1e977cf

Please sign in to comment.