mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Stop testing on OSX as it always failed
This commit is contained in:
parent
b8a4b81f81
commit
39b0060c1f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue