Remove macos from test matrix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Valentin Brandl 2021-03-29 12:55:49 +02:00
parent 6ac389e3ee
commit 6570daef02

View File

@ -69,7 +69,8 @@ jobs:
strategy: strategy:
matrix: matrix:
# add windows-latest when it is clear why tests are failing # add windows-latest when it is clear why tests are failing
os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
steps: steps:
- name: Checkout sources - name: Checkout sources