mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Stop MacOS tests - see #2709
This commit is contained in:
parent
302a5d997d
commit
f983863c59
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -16,7 +16,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu, macos, windows]
|
||||
os: [ubuntu, windows]
|
||||
# os: [ubuntu, macos, windows]
|
||||
browser: [firefox, firefoxesr]
|
||||
exclude:
|
||||
- os: macos
|
||||
|
|
Loading…
Add table
Reference in a new issue