Skip to content

Commit

Permalink
Don't test lts-15 on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 8, 2023
1 parent ba1060f commit 95b1de3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ jobs:
#exclude:
# - os: windows-latest
# resolver: nightly
# lts-15 on windows-latest says
#
# Access violation in generated code when writing 0x0
#
# Attempting to reconstruct a stack trace...
#
# Frame Code address
# * 0x461da80 0x37f7b66 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x33f7b66
# * 0x461da88 0x3277bb9 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x2e77bb9
# * 0x461da90 0x5
# * 0x461da98 0x5
# * 0x461daa0 0x3d7dc22 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x397dc22
# * 0x461daa8 0x65cc9b0
exclude:
- os: windows-latest
resolver: lts-15

steps:
- name: Clone project
Expand Down

0 comments on commit 95b1de3

Please sign in to comment.