We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ede30 commit 6f75fcaCopy full SHA for 6f75fca
1 file changed
.github/workflows/test-e2e.yml
@@ -63,6 +63,9 @@ jobs:
63
# only test Edge on Windows
64
- os: windows-2022
65
browser: msedge
66
+ exclude:
67
+ - os: macos-14
68
+ browser: chrome
69
steps:
70
- name: Checkout
71
uses: actions/checkout@v6
0 commit comments