Skip to content

Commit 3215e1b

Browse files
authored
Merge pull request #180 from bgilbert/windows
workflows: update to OpenSlide Windows release 20220811
2 parents aa1dcee + 511e7fc commit 3215e1b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,9 @@ jobs:
5959
windows:
6060
name: Windows
6161
needs: pre-commit
62-
# test_read_bad_associated_image crashes with "Windows fatal exception:
63-
# code 0xc0000028" on 64-bit windows-2022. Pin to windows-2019 for now.
64-
# https://github.com/openslide/openslide-winbuild/issues/47
65-
runs-on: windows-2019
62+
runs-on: windows-latest
6663
env:
67-
WINBUILD_RELEASE: 20220806
64+
WINBUILD_RELEASE: 20220811
6865
defaults:
6966
run:
7067
shell: bash

0 commit comments

Comments
 (0)