Skip to content

Commit 95b1de3

Browse files
committed
Don't test lts-15 on windows-latest
1 parent ba1060f commit 95b1de3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tests.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ jobs:
1818
#exclude:
1919
# - os: windows-latest
2020
# resolver: nightly
21+
# lts-15 on windows-latest says
22+
#
23+
# Access violation in generated code when writing 0x0
24+
#
25+
# Attempting to reconstruct a stack trace...
26+
#
27+
# Frame Code address
28+
# * 0x461da80 0x37f7b66 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x33f7b66
29+
# * 0x461da88 0x3277bb9 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x2e77bb9
30+
# * 0x461da90 0x5
31+
# * 0x461da98 0x5
32+
# * 0x461daa0 0x3d7dc22 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x397dc22
33+
# * 0x461daa8 0x65cc9b0
34+
exclude:
35+
- os: windows-latest
36+
resolver: lts-15
2137

2238
steps:
2339
- name: Clone project

0 commit comments

Comments
 (0)