From a88c1d210947c9db165463b3f93114840f661eee Mon Sep 17 00:00:00 2001 From: PH Tools Date: Mon, 3 Jun 2024 14:45:51 -0400 Subject: [PATCH] fix(ci): fix workflow --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ae5670..6aca43c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: test: name: Unit tests - runs-on: macos-latest + runs-on: ubuntu-latest strategy: matrix: python-version: [3.10.14] @@ -28,7 +28,7 @@ jobs: deploy: name: Deploy to GitHub and PyPI - runs-on: macos-latest + runs-on: ubuntu-latest needs: test if: github.ref == 'refs/heads/main' && github.repository_owner == 'ph-tools' steps: