We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23c2eef + 1d85896 commit aa1dceeCopy full SHA for aa1dcee
.github/workflows/python.yml
@@ -60,12 +60,11 @@ jobs:
60
name: Windows
61
needs: pre-commit
62
# test_read_bad_associated_image crashes with "Windows fatal exception:
63
- # code 0x80000003" on 64-bit windows-2022. It probably doesn't help
64
- # that we're using an OpenSlide and library stack from 2017, compiled
65
- # with a 2017 compiler. Pin to windows-2019 for now.
+ # code 0xc0000028" on 64-bit windows-2022. Pin to windows-2019 for now.
+ # https://github.com/openslide/openslide-winbuild/issues/47
66
runs-on: windows-2019
67
env:
68
- WINBUILD_RELEASE: 20171122
+ WINBUILD_RELEASE: 20220806
69
defaults:
70
run:
71
shell: bash
0 commit comments