Stop testing on OSX as it always failed

This commit is contained in:
Oliver Blanthorn 2020-06-07 22:16:22 +01:00
parent b8a4b81f81
commit 39b0060c1f

View file

@ -13,7 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu, windows]
# os: [ubuntu, macos, windows]
browser: [firefox]
runs-on: ${{ matrix.os }}-latest