Fix GitHub actions exclude syntax

This commit is contained in:
Oliver Blanthorn 2023-03-02 17:15:19 +01:00
parent 58283a1c3d
commit 9c671aa6dc
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -28,7 +28,7 @@ jobs:
# os: [ubuntu, macos, windows]
browser: [firefox, firefoxesr]
exclude:
- os: [macos, windows]
- os: windows
browser: firefoxesr
runs-on: ${{ matrix.os }}-latest