Do some exclusions in sandwich-webdriver

This commit is contained in:
Tom McLaughlin 2023-03-16 02:28:02 -07:00
parent 2184e7e5a0
commit e973efaa3f

View File

@ -11,7 +11,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os:
- ubuntu-latest
- macOS-latest
# - windows-latest
ghc:
- "8.6.5"
- "8.8.4"
@ -22,8 +25,13 @@ jobs:
exclude:
# ghc-9.4.4.exe: C:\sr\ghc-9.4.4\hashable-1.4.2.0-caea75de59bac447a2475c023cb3e922a3a24348\lib\libHShashable-1.4.2.0-caea75de59bac447a2475c023cb3e922a3a24348.a(#7:LowLevel.o): Not a x86_64 PE+ file.
# ghc-9.4.4.exe: Unknown COFF 4 type in getHeaderInfo.
- os: windows-latest
ghc: 9.4.4
# - os: windows-latest
# ghc: 9.4.4
- os: macOS-latest
ghc: 8.6.5
- os: macOS-latest
ghc: 8.8.4
steps:
- uses: actions/checkout@v2