Skip to content

Commit

Permalink
fix(ci): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-p-may committed Jun 3, 2024
1 parent 5308ef1 commit a88c1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
name: Unit tests

runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10.14]
Expand All @@ -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:
Expand Down

0 comments on commit a88c1d2

Please sign in to comment.