From f9f764d3683c3381f022249d63acaffb00d12e61 Mon Sep 17 00:00:00 2001 From: Sourya Dey Date: Sat, 14 Oct 2023 18:21:04 -0400 Subject: [PATCH] revert back to macos git CI --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 39fb9e2..2374214 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -3,7 +3,7 @@ on: push jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest timeout-minutes: 10 steps: