We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6c3d3 commit a6810f2Copy full SHA for a6810f2
.github/workflows/ci.yml
@@ -612,24 +612,6 @@ jobs:
612
fail-fast: false
613
matrix:
614
include:
615
- - desc: Windows-2019 VS2019
616
- runner: windows-2019
617
- nametag: windows-2019
618
- generator: "Visual Studio 16 2019"
619
- python_ver: "3.9"
620
- opencolorio_ver: v2.3.2
621
- openexr_ver: v3.3.2
622
- openimageio_ver: release
623
- skip_tests: 1
624
- setenvs: export LLVM_VERSION=18.1.8
625
- OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
626
- PUGIXML_VERSION=v1.14
627
- OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
628
-
629
- #
630
- # Windows 2022 / MSVS 17 case is below. It's not working yet,
631
- # work in progress.
632
633
- desc: Windows-2022 VS2022
634
runner: windows-2022
635
nametag: windows-2022
0 commit comments