Drop tests on MacOS not to exceed billing quota

This commit is contained in:
Alessandro Candido
2023-02-15 17:18:06 +01:00
parent 53382b8184
commit d42041ec39

View File

@@ -11,7 +11,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'run-workflow') || github.event_name == 'push'
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
uses: qiboteam/workflows/.github/workflows/rules.yml@main
with: