Skip to content

Commit aa1dcee

Browse files
authored
Merge pull request #178 from bgilbert/ci
workflows: update to OpenSlide Windows release 20220806
2 parents 23c2eef + 1d85896 commit aa1dcee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ jobs:
6060
name: Windows
6161
needs: pre-commit
6262
# 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.
63+
# code 0xc0000028" on 64-bit windows-2022. Pin to windows-2019 for now.
64+
# https://github.com/openslide/openslide-winbuild/issues/47
6665
runs-on: windows-2019
6766
env:
68-
WINBUILD_RELEASE: 20171122
67+
WINBUILD_RELEASE: 20220806
6968
defaults:
7069
run:
7170
shell: bash

0 commit comments

Comments
 (0)