Skip to content

Commit

Permalink
Build latest windows test explicitly for C++17
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Mar 30, 2024
1 parent dd9eb9b commit 266cc5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,13 +554,15 @@ jobs:
runner: windows-2022
vsver: 2022
generator: "Visual Studio 17 2022"
cxx_std: 17
openexr_ver: v3.2.2
python_ver: "3.9"
# simd: sse4.2
runs-on: ${{ matrix.runner }}
env:
PYTHON_VERSION: ${{matrix.python_ver}}
CMAKE_CXX_STANDARD: ${{matrix.cxx_std}}
CMAKE_GENERATOR: ${{matrix.generator}}
PYTHON_VERSION: ${{matrix.python_ver}}
OPENEXR_VERSION: ${{matrix.openexr_ver}}
USE_SIMD: ${{matrix.simd}}
CTEST_ARGS: "--timeout 180 --repeat after-timeout:6"
Expand Down

0 comments on commit 266cc5b

Please sign in to comment.