Skip to content

Commit

Permalink
remove macOS from CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mueller committed May 13, 2024
1 parent 916958e commit 2792f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest] # ubuntu-latest is failing anyway
platform: [windows-latest, ubuntu-latest] # ubuntu-latest is failing anyway
python-version: ['3.9', '3.10']

steps:
Expand Down

0 comments on commit 2792f0b

Please sign in to comment.