From 1e977cfefc754fca8e15144b3877a2c5c6754c56 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Thu, 23 May 2024 10:34:15 -0700 Subject: [PATCH] infra: use m1 mac runners (#563) --- .github/workflows/python-package.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5af227a9..cde653fe 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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